Commit 2d43ab9f authored by ctrlaltca's avatar ctrlaltca
Browse files

Merge pull request #1819 from ctrlaltca/fix_xp

Cmake: build Windows Xp compatible packages
parents 5b22187a 195ab9a1
......@@ -74,6 +74,8 @@ endif()
# Define proper compilation flags
IF(MSVC)
# Visual Studio:
# Support from Windows XP
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /SUBSYSTEM:WINDOWS,5.01")
# Maximum optimization
set(CMAKE_CXX_FLAGS_RELEASE "/Ox /MD")
# Generate complete debugging information
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment