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
2d43ab9f
Commit
2d43ab9f
authored
Feb 17, 2016
by
ctrlaltca
Browse files
Merge pull request #1819 from ctrlaltca/fix_xp
Cmake: build Windows Xp compatible packages
parents
5b22187a
195ab9a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2d43ab9f
...
...
@@ -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
...
...
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