diff options
author | Patrick Gansterer <paroga@paroga.com> | 2012-11-30 15:15:06 +0100 |
---|---|---|
committer | Patrick Gansterer <paroga@paroga.com> | 2012-11-30 15:15:06 +0100 |
commit | 8e85822e2bd00db737b585393a1ad3c77895e071 (patch) | |
tree | 6fbf36e98bb35f0d44f73855d9f1a2333ba56ca1 /Modules/CompilerId | |
parent | 5bf9fd8253ec804498c0f3339c4d706cab3673ea (diff) | |
download | cmake-8e85822e2bd00db737b585393a1ad3c77895e071.tar.gz |
VS: Add the entry point when compiling for WindowsCE
Set the entry point to mainACRTStartup to make sure that main()
can be found when linking the application to check the compiler.
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 5b68e86379..3e2b34a620 100644 --- a/Modules/CompilerId/VS-7.vcproj.in +++ b/Modules/CompilerId/VS-7.vcproj.in @@ -24,7 +24,6 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - PreprocessorDefinitions="@id_definitions@" MinimalRebuild="false" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -37,6 +36,7 @@ LinkIncremental="1" GenerateDebugInformation="false" SubSystem="@id_subsystem@" + EntryPointSymbol="@id_entrypoint@" /> <Tool Name="VCPostBuildEventTool" |