summaryrefslogtreecommitdiffstats
path: root/Source/cmVS12MASMFlagTable.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-08-13 15:36:30 (GMT)
committerBrad King <brad.king@kitware.com>2014-08-13 18:48:01 (GMT)
commit0271a5f9ba3a8aa2b2e0a7d94a53ad3f9bb52a00 (patch)
treefb092e2975dfd9cc17bdfbdb989e06efb6aa7005 /Source/cmVS12MASMFlagTable.h
parent1d662e4806364172ebf76099c2d016efd414c74a (diff)
downloadCMake-0271a5f9ba3a8aa2b2e0a7d94a53ad3f9bb52a00.zip
CMake-0271a5f9ba3a8aa2b2e0a7d94a53ad3f9bb52a00.tar.gz
CMake-0271a5f9ba3a8aa2b2e0a7d94a53ad3f9bb52a00.tar.bz2
VS: Manually fix MASM flag table entries
Drop '"[value]"' placeholders.
Diffstat (limited to 'Source/cmVS12MASMFlagTable.h')
-rw-r--r--Source/cmVS12MASMFlagTable.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cmVS12MASMFlagTable.h b/Source/cmVS12MASMFlagTable.h
index ecd5d33..74d529c 100644
--- a/Source/cmVS12MASMFlagTable.h
+++ b/Source/cmVS12MASMFlagTable.h
@@ -70,23 +70,23 @@ static cmVS7FlagTable cmVS12MASMFlagTable[] =
//Bool Properties With Argument
//String List Properties
- {"PreprocessorDefinitions", "/D"[value]"",
+ {"PreprocessorDefinitions", "/D",
"Preprocessor Definitions",
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
- {"IncludePaths", "/I "[value]"",
+ {"IncludePaths", "/I",
"Include Paths",
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
- {"BrowseFile", "/FR"[value]"",
+ {"BrowseFile", "/FR",
"Generate Browse Information File",
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
// Skip [AdditionalDependencies] - no command line Switch.
//String Properties
// Skip [Inputs] - no command line Switch.
- {"ObjectFileName", "/Fo"[value]"",
+ {"ObjectFileName", "/Fo",
"Object File Name",
"", cmVS7FlagTable::UserValue},
- {"AssembledCodeListingFile", "/Fl"[value]"",
+ {"AssembledCodeListingFile", "/Fl",
"Assembled Code Listing File",
"", cmVS7FlagTable::UserValue},
// Skip [CommandLineTemplate] - no command line Switch.