Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-21 | Windows: Major update to Windows build instructions. | Lasse Collin | 1 | -9/+14 | |
2023-09-22 | MSVC: Remove Visual Studio project files and update INSTALL-MSVC.txt. | Lasse Collin | 1 | -25/+12 | |
CMake is now the preferred build file generator when building with MSVC. | |||||
2023-01-10 | Windows: Update INSTALL-MSVC.txt to recommend CMake over project files. | Lasse Collin | 1 | -7/+12 | |
2019-01-13 | Windows/VS2017: Omit WindowsTargetPlatformVersion from project files. | Lasse Collin | 1 | -0/+4 | |
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". | |||||
2015-06-19 | Windows: Update the docs. | Lasse Collin | 1 | -0/+47 | |