diff options
author | Patrick Gansterer <paroga@paroga.com> | 2012-11-30 14:15:06 (GMT) |
---|---|---|
committer | Patrick Gansterer <paroga@paroga.com> | 2012-11-30 14:15:06 (GMT) |
commit | 8e85822e2bd00db737b585393a1ad3c77895e071 (patch) | |
tree | 6fbf36e98bb35f0d44f73855d9f1a2333ba56ca1 /Modules/CMakeCCompilerId.c.in | |
parent | 5bf9fd8253ec804498c0f3339c4d706cab3673ea (diff) | |
download | CMake-8e85822e2bd00db737b585393a1ad3c77895e071.zip CMake-8e85822e2bd00db737b585393a1ad3c77895e071.tar.gz CMake-8e85822e2bd00db737b585393a1ad3c77895e071.tar.bz2 |
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/CMakeCCompilerId.c.in')
-rw-r--r-- | Modules/CMakeCCompilerId.c.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/CMakeCCompilerId.c.in b/Modules/CMakeCCompilerId.c.in index 3d1380c..2d76c7a 100644 --- a/Modules/CMakeCCompilerId.c.in +++ b/Modules/CMakeCCompilerId.c.in @@ -228,7 +228,3 @@ int main(int argc, char* argv[]) return require; } #endif - -#ifdef ADD_MAINCRTSTARTUP -void mainCRTStartup() {} -#endif |