aboutsummaryrefslogtreecommitdiff
path: root/windows/vs2013 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-11-09Windows: Update the VS project files for ARM64 and .lz support.Lasse Collin3-2/+17
2022-08-18Windows: Fix broken liblzma.dll build with Visual Studio project files.Lasse Collin1-0/+6
The bug was introduced in 352ba2d69af2136bc814aa1df1a132559d445616 "Windows: Fix building of resource files when config.h isn't used." That commit fixed liblzma.dll build with CMake while keeping it working with Autotools on Windows but the VS project files were forgotten. I haven't tested these changes. Thanks to Olivier B. for reporting the bug and for the initial patch.
2017-09-16Windows: Fix paths in VS project files.Lasse Collin2-18/+18
Some paths use slashes instead of backslashes as directory separators... now it should work (I tested VS2013 version).
2017-09-16Windows: Update VS2013 project files to include file info decoder.Lasse Collin2-0/+4
2017-09-16Windows: Move VS2013 files into windows/vs2013 directory.Lasse Collin4-0/+933