aboutsummaryrefslogtreecommitdiff
path: root/windows/vs2019 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-03-17Windows: Add microlzma_*.c to the VS project files.Lasse Collin2-0/+4
These should have been included in 5.3.2alpha already.
2023-01-09Build: Add missing stream_decoder_mt.c to .vcxproj files.Jia Tan2-0/+2
The line in the .vcxproj files for building with was missing in 5.4.0. Thank to Hajin Jang for reporting the issue.
2022-11-30Build: Add string_conversion.c to CMake, DOS, and VS files.Lasse Collin2-0/+2
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.
2019-05-01Windows: Update VS version in windows/vs2019/config.h.Lasse Collin1-1/+1
2019-05-01Windows: Upgrade solution itselfJulien Marrec1-2/+5
2019-05-01Windows: Upgrade solution with VS2019Julien Marrec2-14/+16
2019-05-01Windows: Duplicate windows/vs2017 before upgradingJulien Marrec4-0/+937