Re-enabled WinXP support.

It's required for the API DLL Bash uses.
This commit is contained in:
WrinklyNinja
2014-02-22 23:37:39 +00:00
parent 8d3538c5f4
commit 6636678d3b
+3 -3
View File
@@ -101,9 +101,9 @@ IF (MINGW)
wxzlib-3.0-${COMPILER_PREFIX}
comctl32)
ELSEIF (MSVC)
#IF (MSVC_VERSION EQUAL 1800)
# set (CMAKE_GENERATOR_TOOLSET "v120_xp" CACHE STRING "Platform Toolset" FORCE)
#ENDIF ()
IF (MSVC_VERSION EQUAL 1800)
set (CMAKE_GENERATOR_TOOLSET "v120_xp" CACHE STRING "Platform Toolset" FORCE)
ENDIF ()
include_directories("${PROJECT_LIBS_DIR}/wxWidgets/lib/vc_lib/mswu")
link_directories("${PROJECT_LIBS_DIR}/wxWidgets/lib/vc_lib")
set (CMAKE_CXX_FLAGS "/EHsc")