summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorPatrick Gansterer <paroga@paroga.com>2010-08-22 19:14:17 (GMT)
committerBrad King <brad.king@kitware.com>2010-08-26 20:38:42 (GMT)
commit4fec681fa7cdc89a4aa40c95fa0156c566ff8722 (patch)
treedefc420a6b6e447b2f1b928dcdf3b37f794b6c9b /Source
parentbe491298d4150888d452d95bbc76db6921cda40c (diff)
downloadCMake-4fec681fa7cdc89a4aa40c95fa0156c566ff8722.zip
CMake-4fec681fa7cdc89a4aa40c95fa0156c566ff8722.tar.gz
CMake-4fec681fa7cdc89a4aa40c95fa0156c566ff8722.tar.bz2
VS: Map /ENTRY linker option to EntryPointSymbol
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index 2966745..cb34bb6 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -466,6 +466,8 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorLinkFlagTable[] =
{"GenerateManifest", "MANIFEST", "enable manifest generation", "TRUE", 0},
{"LinkIncremental", "INCREMENTAL:NO", "link incremental", "1", 0},
{"LinkIncremental", "INCREMENTAL:YES", "link incremental", "2", 0},
+ {"EntryPointSymbol", "ENTRY:", "sets the starting address", "",
+ cmVS7FlagTable::UserValue},
{"IgnoreDefaultLibraryNames", "NODEFAULTLIB:", "default libs to ignore", "",
cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
{"IgnoreAllDefaultLibraries", "NODEFAULTLIB", "ignore all default libs",