summaryrefslogtreecommitdiffstats
path: root/Source/cmVS10LibFlagTable.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-10-01 21:21:28 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-10-01 21:21:28 (GMT)
commitf9687e328f7ea64ea6384aae11af36fdd3a12643 (patch)
tree91e2555b44011705d3188f11d7b7598f29c0ba7b /Source/cmVS10LibFlagTable.h
parent3c7354c1cd9fb081df8b3f4faef5160ea83f584f (diff)
downloadCMake-f9687e328f7ea64ea6384aae11af36fdd3a12643.zip
CMake-f9687e328f7ea64ea6384aae11af36fdd3a12643.tar.gz
CMake-f9687e328f7ea64ea6384aae11af36fdd3a12643.tar.bz2
Merge in changes to CMake-2-8 RC 2
Diffstat (limited to 'Source/cmVS10LibFlagTable.h')
-rw-r--r--Source/cmVS10LibFlagTable.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/Source/cmVS10LibFlagTable.h b/Source/cmVS10LibFlagTable.h
index 5b8d98b..79aeeff 100644
--- a/Source/cmVS10LibFlagTable.h
+++ b/Source/cmVS10LibFlagTable.h
@@ -78,5 +78,25 @@ static cmVS7FlagTable cmVS10LibFlagTable[] =
{"RemoveObjects", "REMOVE:",
"Remove Objects",
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
+
+ //String Properties
+ {"OutputFile", "OUT:",
+ "Output File",
+ "", cmVS7FlagTable::UserValue},
+ {"ModuleDefinitionFile", "DEF:",
+ "Module Definition File Name",
+ "", cmVS7FlagTable::UserValue},
+ {"ForceSymbolReferences", "INCLUDE:",
+ "Force Symbol References",
+ "", cmVS7FlagTable::UserValue},
+ {"DisplayLibrary", "LIST:",
+ "Display Library to standard output",
+ "", cmVS7FlagTable::UserValue},
+ // Skip [MinimumRequiredVersion] - no command line Switch.
+ {"Name", "NAME:",
+ "Name",
+ "", cmVS7FlagTable::UserValue},
+ // Skip [TrackerLogDirectory] - no command line Switch.
+ // Skip [AdditionalOptions] - no command line Switch.
{0,0,0,0,0}
};