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
Brad King
CMake
Commits
faef6b4e
Commit
faef6b4e
authored
Sep 24, 2013
by
Brad King
Committed by
Kitware Robot
Sep 24, 2013
Browse files
Merge topic 'wince-corelibc'
e63cf5f0
MSVC: Fix version test for linking corelibc on Windows CE (#14420)
parents
e5538f32
e63cf5f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Platform/Windows-MSVC.cmake
View file @
faef6b4e
...
...
@@ -144,7 +144,7 @@ if(WINCE)
set
(
CMAKE_C_STANDARD_LIBRARIES_INIT
"coredll.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib"
)
set
(
CMAKE_EXE_LINKER_FLAGS_INIT
"
${
CMAKE_EXE_LINKER_FLAGS_INIT
}
/NODEFAULTLIB:libc.lib /NODEFAULTLIB:oldnames.lib"
)
if
(
MSVC_VERSION LESS 1
5
00
)
if
(
MSVC_VERSION LESS 1
6
00
)
set
(
CMAKE_C_STANDARD_LIBRARIES_INIT
"
${
CMAKE_C_STANDARD_LIBRARIES_INIT
}
corelibc.lib"
)
endif
()
else
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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