From cc87a671d710624c8fd0671c4d8bcc2c4a76f4a4 Mon Sep 17 00:00:00 2001 From: Darragh Coy Date: Sun, 8 Mar 2020 10:46:19 -0700 Subject: [PATCH] Add note on building with the Windows XP SDK --- docs/Building with Windows XP SDK.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/Building with Windows XP SDK.txt diff --git a/docs/Building with Windows XP SDK.txt b/docs/Building with Windows XP SDK.txt new file mode 100644 index 000000000..274bf9cd8 --- /dev/null +++ b/docs/Building with Windows XP SDK.txt @@ -0,0 +1,11 @@ +To build with the Windows XP SDK and make the game more compatible with older Windows, in CMake project generation choose: + + Generator: + Visual Studio 15 2017 + Platform: + x64 (can use Win32 also if needed) + Optional toolset to use: + v141_xp + +Note that the following component MUST be installed for Visual Studio 2017: + Windows XP support for C++