Removed XP support again.

This time on purpose.
This commit is contained in:
WrinklyNinja
2014-02-18 19:09:00 +00:00
parent 0c1cbe01c5
commit 9359f8259d
+1 -1
View File
@@ -102,7 +102,7 @@ IF (MINGW)
comctl32)
ELSEIF (MSVC)
#IF (MSVC_VERSION EQUAL 1800)
set (CMAKE_GENERATOR_TOOLSET "v120_xp" CACHE STRING "Platform Toolset" FORCE)
# 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")