Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
195ab9a1
Commit
195ab9a1
authored
Feb 17, 2016
by
Fabio Bas
Browse files
Try to build windowsxp compatible packages
parent
5b22187a
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
195ab9a1
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment