VS: Manually fix MASM flag table entries
Drop '"[value]"' placeholders.
This commit is contained in:
parent
1d662e4806
commit
0271a5f9ba
|
@ -70,23 +70,23 @@ static cmVS7FlagTable cmVS10MASMFlagTable[] =
|
||||||
//Bool Properties With Argument
|
//Bool Properties With Argument
|
||||||
|
|
||||||
//String List Properties
|
//String List Properties
|
||||||
{"PreprocessorDefinitions", "/D"[value]"",
|
{"PreprocessorDefinitions", "/D",
|
||||||
"Preprocessor Definitions",
|
"Preprocessor Definitions",
|
||||||
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
||||||
{"IncludePaths", "/I "[value]"",
|
{"IncludePaths", "/I",
|
||||||
"Include Paths",
|
"Include Paths",
|
||||||
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
||||||
{"BrowseFile", "/FR"[value]"",
|
{"BrowseFile", "/FR",
|
||||||
"Generate Browse Information File",
|
"Generate Browse Information File",
|
||||||
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
||||||
// Skip [AdditionalDependencies] - no command line Switch.
|
// Skip [AdditionalDependencies] - no command line Switch.
|
||||||
|
|
||||||
//String Properties
|
//String Properties
|
||||||
// Skip [Inputs] - no command line Switch.
|
// Skip [Inputs] - no command line Switch.
|
||||||
{"ObjectFileName", "/Fo"[value]"",
|
{"ObjectFileName", "/Fo",
|
||||||
"Object File Name",
|
"Object File Name",
|
||||||
"", cmVS7FlagTable::UserValue},
|
"", cmVS7FlagTable::UserValue},
|
||||||
{"AssembledCodeListingFile", "/Fl"[value]"",
|
{"AssembledCodeListingFile", "/Fl",
|
||||||
"Assembled Code Listing File",
|
"Assembled Code Listing File",
|
||||||
"", cmVS7FlagTable::UserValue},
|
"", cmVS7FlagTable::UserValue},
|
||||||
// Skip [CommandLineTemplate] - no command line Switch.
|
// Skip [CommandLineTemplate] - no command line Switch.
|
||||||
|
|
|
@ -70,23 +70,23 @@ static cmVS7FlagTable cmVS11MASMFlagTable[] =
|
||||||
//Bool Properties With Argument
|
//Bool Properties With Argument
|
||||||
|
|
||||||
//String List Properties
|
//String List Properties
|
||||||
{"PreprocessorDefinitions", "/D"[value]"",
|
{"PreprocessorDefinitions", "/D",
|
||||||
"Preprocessor Definitions",
|
"Preprocessor Definitions",
|
||||||
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
||||||
{"IncludePaths", "/I "[value]"",
|
{"IncludePaths", "/I",
|
||||||
"Include Paths",
|
"Include Paths",
|
||||||
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
||||||
{"BrowseFile", "/FR"[value]"",
|
{"BrowseFile", "/FR",
|
||||||
"Generate Browse Information File",
|
"Generate Browse Information File",
|
||||||
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
||||||
// Skip [AdditionalDependencies] - no command line Switch.
|
// Skip [AdditionalDependencies] - no command line Switch.
|
||||||
|
|
||||||
//String Properties
|
//String Properties
|
||||||
// Skip [Inputs] - no command line Switch.
|
// Skip [Inputs] - no command line Switch.
|
||||||
{"ObjectFileName", "/Fo"[value]"",
|
{"ObjectFileName", "/Fo",
|
||||||
"Object File Name",
|
"Object File Name",
|
||||||
"", cmVS7FlagTable::UserValue},
|
"", cmVS7FlagTable::UserValue},
|
||||||
{"AssembledCodeListingFile", "/Fl"[value]"",
|
{"AssembledCodeListingFile", "/Fl",
|
||||||
"Assembled Code Listing File",
|
"Assembled Code Listing File",
|
||||||
"", cmVS7FlagTable::UserValue},
|
"", cmVS7FlagTable::UserValue},
|
||||||
// Skip [CommandLineTemplate] - no command line Switch.
|
// Skip [CommandLineTemplate] - no command line Switch.
|
||||||
|
|
|
@ -70,23 +70,23 @@ static cmVS7FlagTable cmVS12MASMFlagTable[] =
|
||||||
//Bool Properties With Argument
|
//Bool Properties With Argument
|
||||||
|
|
||||||
//String List Properties
|
//String List Properties
|
||||||
{"PreprocessorDefinitions", "/D"[value]"",
|
{"PreprocessorDefinitions", "/D",
|
||||||
"Preprocessor Definitions",
|
"Preprocessor Definitions",
|
||||||
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
||||||
{"IncludePaths", "/I "[value]"",
|
{"IncludePaths", "/I",
|
||||||
"Include Paths",
|
"Include Paths",
|
||||||
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
||||||
{"BrowseFile", "/FR"[value]"",
|
{"BrowseFile", "/FR",
|
||||||
"Generate Browse Information File",
|
"Generate Browse Information File",
|
||||||
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
||||||
// Skip [AdditionalDependencies] - no command line Switch.
|
// Skip [AdditionalDependencies] - no command line Switch.
|
||||||
|
|
||||||
//String Properties
|
//String Properties
|
||||||
// Skip [Inputs] - no command line Switch.
|
// Skip [Inputs] - no command line Switch.
|
||||||
{"ObjectFileName", "/Fo"[value]"",
|
{"ObjectFileName", "/Fo",
|
||||||
"Object File Name",
|
"Object File Name",
|
||||||
"", cmVS7FlagTable::UserValue},
|
"", cmVS7FlagTable::UserValue},
|
||||||
{"AssembledCodeListingFile", "/Fl"[value]"",
|
{"AssembledCodeListingFile", "/Fl",
|
||||||
"Assembled Code Listing File",
|
"Assembled Code Listing File",
|
||||||
"", cmVS7FlagTable::UserValue},
|
"", cmVS7FlagTable::UserValue},
|
||||||
// Skip [CommandLineTemplate] - no command line Switch.
|
// Skip [CommandLineTemplate] - no command line Switch.
|
||||||
|
|
|
@ -70,23 +70,23 @@ static cmVS7FlagTable cmVS14MASMFlagTable[] =
|
||||||
//Bool Properties With Argument
|
//Bool Properties With Argument
|
||||||
|
|
||||||
//String List Properties
|
//String List Properties
|
||||||
{"PreprocessorDefinitions", "/D"[value]"",
|
{"PreprocessorDefinitions", "/D",
|
||||||
"Preprocessor Definitions",
|
"Preprocessor Definitions",
|
||||||
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
||||||
{"IncludePaths", "/I "[value]"",
|
{"IncludePaths", "/I",
|
||||||
"Include Paths",
|
"Include Paths",
|
||||||
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
||||||
{"BrowseFile", "/FR"[value]"",
|
{"BrowseFile", "/FR",
|
||||||
"Generate Browse Information File",
|
"Generate Browse Information File",
|
||||||
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
"", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
|
||||||
// Skip [AdditionalDependencies] - no command line Switch.
|
// Skip [AdditionalDependencies] - no command line Switch.
|
||||||
|
|
||||||
//String Properties
|
//String Properties
|
||||||
// Skip [Inputs] - no command line Switch.
|
// Skip [Inputs] - no command line Switch.
|
||||||
{"ObjectFileName", "/Fo"[value]"",
|
{"ObjectFileName", "/Fo",
|
||||||
"Object File Name",
|
"Object File Name",
|
||||||
"", cmVS7FlagTable::UserValue},
|
"", cmVS7FlagTable::UserValue},
|
||||||
{"AssembledCodeListingFile", "/Fl"[value]"",
|
{"AssembledCodeListingFile", "/Fl",
|
||||||
"Assembled Code Listing File",
|
"Assembled Code Listing File",
|
||||||
"", cmVS7FlagTable::UserValue},
|
"", cmVS7FlagTable::UserValue},
|
||||||
// Skip [CommandLineTemplate] - no command line Switch.
|
// Skip [CommandLineTemplate] - no command line Switch.
|
||||||
|
|
Loading…
Reference in New Issue