Bukz 45fd36756a Revert "editor camera bugfix" 1 год назад
..
buildEnv 7496866a58 updated windows installer scripts 3 лет назад
README_VS_compiling.txt 894dc59d5d vcpp docs 3 лет назад
assaultcube.rc 6a151001f4 Change name of VS project from cube to assaultcube 8 лет назад
assaultcube.sln 6a151001f4 Change name of VS project from cube to assaultcube 8 лет назад
assaultcube.vcxproj 02d5cc42f2 migrated platform toolset to VS2019 3 лет назад
assaultcube.vcxproj.filters 862cb25adf Add config files to CB and VS projects 8 лет назад
license.txt 9a309b78ac Update scripts for preparing Windows installer 8 лет назад

README_VS_compiling.txt

Tips for compiling AssaultCube in Visual Studio:

1. Install Visual C++ Redistributable for used version of Visual Studio.

2. In Visual Studio under "Configuration properties" -> "General" set "Project Toolset" to*:
a) in VS 2010 (last working version on Windows XP): Windows7.1SDK (Windows 7.1 SDK should be installed)
b) in VS 2012: v110_xp or Windows7.1SDK
c) in VS 2013: v120_xp or Windows7.1SDK
d) in VS 2015: v140_xp or Windows7.1SDK
e) in VS 2019: v142 and set option "Windows SDK Version" to 10.x

3. In case of VS 2012 and newer versions under "Configuration Properties" -> "Linker" -> "Advanced" there shoud be set "Image has Safe Exception Handlers" to "No".

* support of compiled binaries on Windows XP/7/8/10