diff --git a/Source/cmVS10MASMFlagTable.h b/Source/cmVS10MASMFlagTable.h index 19d402d8e..8fb6f3328 100644 --- a/Source/cmVS10MASMFlagTable.h +++ b/Source/cmVS10MASMFlagTable.h @@ -70,23 +70,23 @@ static cmVS7FlagTable cmVS10MASMFlagTable[] = //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. diff --git a/Source/cmVS11MASMFlagTable.h b/Source/cmVS11MASMFlagTable.h index 97cf03ca0..2ff95adc1 100644 --- a/Source/cmVS11MASMFlagTable.h +++ b/Source/cmVS11MASMFlagTable.h @@ -70,23 +70,23 @@ static cmVS7FlagTable cmVS11MASMFlagTable[] = //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. diff --git a/Source/cmVS12MASMFlagTable.h b/Source/cmVS12MASMFlagTable.h index ecd5d338a..74d529c06 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. diff --git a/Source/cmVS14MASMFlagTable.h b/Source/cmVS14MASMFlagTable.h index ccfde942d..dce846f92 100644 --- a/Source/cmVS14MASMFlagTable.h +++ b/Source/cmVS14MASMFlagTable.h @@ -70,23 +70,23 @@ static cmVS7FlagTable cmVS14MASMFlagTable[] = //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.