diff options
author | Patrick Gansterer <paroga@paroga.com> | 2012-11-20 12:37:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-27 13:31:19 (GMT) |
commit | 40c36c9f7bd101185b06ddf2aee079ccbe7634d3 (patch) | |
tree | ec739b73730ab2beb87e5e438b890ce4cb440648 /Modules/CompilerId | |
parent | 038df9e49e6fcb54d6f6a1bcfb09f6a0e5ec0c2e (diff) | |
download | CMake-40c36c9f7bd101185b06ddf2aee079ccbe7634d3.zip CMake-40c36c9f7bd101185b06ddf2aee079ccbe7634d3.tar.gz CMake-40c36c9f7bd101185b06ddf2aee079ccbe7634d3.tar.bz2 |
VS: Make DetermineCompilerId working with WinCE too
Add a dummy mainCRTStartup() function, since the linker searches for
it instead of main() and set the CMAKE_SYSTEM_* variables depending
on the MSVC_C_ARCHITECTURE_ID and CMAKE_VS_WINCE_VERSION variables.
Diffstat (limited to 'Modules/CompilerId')
-rw-r--r-- | Modules/CompilerId/VS-7.vcproj.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CompilerId/VS-7.vcproj.in b/Modules/CompilerId/VS-7.vcproj.in index bcb18a5..b1449e4 100644 --- a/Modules/CompilerId/VS-7.vcproj.in +++ b/Modules/CompilerId/VS-7.vcproj.in @@ -24,7 +24,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - PreprocessorDefinitions="" + PreprocessorDefinitions="@id_definitions@" MinimalRebuild="false" BasicRuntimeChecks="3" RuntimeLibrary="3" |