Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-17 | Windows: Add microlzma_*.c to the VS project files. | Lasse Collin | 1 | -0/+2 | |
These should have been included in 5.3.2alpha already. | |||||
2023-01-09 | Build: Add missing stream_decoder_mt.c to .vcxproj files. | Jia Tan | 1 | -0/+1 | |
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-30 | Build: Add string_conversion.c to CMake, DOS, and VS files. | Lasse Collin | 1 | -0/+1 | |
2022-11-09 | Windows: Update the VS project files for ARM64 and .lz support. | Lasse Collin | 1 | -1/+4 | |
2019-05-01 | Windows: Upgrade solution with VS2019 | Julien Marrec | 1 | -7/+8 | |
2019-05-01 | Windows: Duplicate windows/vs2017 before upgrading | Julien Marrec | 1 | -0/+0 | |
2019-01-13 | Windows/VS2017: Omit WindowsTargetPlatformVersion from project files. | Lasse Collin | 1 | -1/+0 | |
I understood that if a WTPV is specified, it's often wrong because different VS installations have different SDK version installed. Omitting the WTPV tag makes VS2017 default to Windows SDK 8.1 which often is also missing, so in any case people may need to specify the WTPV before building. But some day in the future a missing WTPV tag will start to default to the latest installed SDK which sounds reasonable: https://developercommunity.visualstudio.com/content/problem/140294/windowstargetplatformversion-makes-it-impossible-t.html Thanks to "dom". | |||||
2017-09-16 | Windows: Fix paths in VS project files. | Lasse Collin | 1 | -6/+6 | |
Some paths use slashes instead of backslashes as directory separators... now it should work (I tested VS2013 version). | |||||
2017-09-16 | Windows: Update VS2017 project files to include file info decoder. | Lasse Collin | 1 | -0/+2 | |
2017-09-16 | Windows: Add project files for VS2017. | Lasse Collin | 1 | -10/+9 | |
These files match the v5.2 branch (no file info decoder). | |||||
2017-09-16 | Windows: Update VS2013 project files to include file info decoder. | Lasse Collin | 1 | -0/+2 | |
2017-09-16 | Windows: Move VS2013 files into windows/vs2013 directory. | Lasse Collin | 1 | -139/+139 | |
2015-08-09 | Windows: Omit unneeded header files from MSVC project files. | Lasse Collin | 1 | -5/+0 | |
2015-06-19 | Windows: Add MSVC project files for building liblzma. | Lasse Collin | 1 | -0/+359 | |
Thanks to Adam Walling for creating these files. |