mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Re-enabled WinXP support.
It's required for the API DLL Bash uses.
This commit is contained in:
+3
-3
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user