Commit 195ab9a1 authored by Fabio Bas's avatar Fabio Bas
Browse files

Try to build windowsxp compatible packages

parent 5b22187a
...@@ -74,6 +74,8 @@ endif() ...@@ -74,6 +74,8 @@ endif()
# Define proper compilation flags # Define proper compilation flags
IF(MSVC) IF(MSVC)
# Visual Studio: # Visual Studio:
# Support from Windows XP
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /SUBSYSTEM:WINDOWS,5.01")
# Maximum optimization # Maximum optimization
set(CMAKE_CXX_FLAGS_RELEASE "/Ox /MD") set(CMAKE_CXX_FLAGS_RELEASE "/Ox /MD")
# Generate complete debugging information # 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