From 3133fa50948d3f2369a9e5b598ff6537ff7506df Mon Sep 17 00:00:00 2001 From: Stephan Szabo Date: Wed, 21 Nov 2018 11:17:45 -0800 Subject: VS: Manually fix MASM flag table entries Original header commit v3.1.0-rc1~154^2~5 Drop '"[value]"' placeholders. --- Templates/MSBuild/FlagTables/v10_MASM.json | 10 +++++----- Templates/MSBuild/FlagTables/v11_MASM.json | 10 +++++----- Templates/MSBuild/FlagTables/v12_MASM.json | 10 +++++----- Templates/MSBuild/FlagTables/v14_MASM.json | 10 +++++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Templates/MSBuild/FlagTables/v10_MASM.json b/Templates/MSBuild/FlagTables/v10_MASM.json index 51a48c8..4634306 100644 --- a/Templates/MSBuild/FlagTables/v10_MASM.json +++ b/Templates/MSBuild/FlagTables/v10_MASM.json @@ -246,7 +246,7 @@ }, { "name": "PreprocessorDefinitions", - "switch": "D\"[value]\"", + "switch": "D", "comment": "Preprocessor Definitions", "value": "", "flags": [ @@ -256,7 +256,7 @@ }, { "name": "IncludePaths", - "switch": "I \"[value]\"", + "switch": "I", "comment": "Include Paths", "value": "", "flags": [ @@ -266,7 +266,7 @@ }, { "name": "BrowseFile", - "switch": "FR\"[value]\"", + "switch": "FR", "comment": "Generate Browse Information File", "value": "", "flags": [ @@ -276,7 +276,7 @@ }, { "name": "ObjectFileName", - "switch": "Fo\"[value]\"", + "switch": "Fo", "comment": "Object File Name", "value": "", "flags": [ @@ -285,7 +285,7 @@ }, { "name": "AssembledCodeListingFile", - "switch": "Fl\"[value]\"", + "switch": "Fl", "comment": "Assembled Code Listing File", "value": "", "flags": [ diff --git a/Templates/MSBuild/FlagTables/v11_MASM.json b/Templates/MSBuild/FlagTables/v11_MASM.json index 51a48c8..4634306 100644 --- a/Templates/MSBuild/FlagTables/v11_MASM.json +++ b/Templates/MSBuild/FlagTables/v11_MASM.json @@ -246,7 +246,7 @@ }, { "name": "PreprocessorDefinitions", - "switch": "D\"[value]\"", + "switch": "D", "comment": "Preprocessor Definitions", "value": "", "flags": [ @@ -256,7 +256,7 @@ }, { "name": "IncludePaths", - "switch": "I \"[value]\"", + "switch": "I", "comment": "Include Paths", "value": "", "flags": [ @@ -266,7 +266,7 @@ }, { "name": "BrowseFile", - "switch": "FR\"[value]\"", + "switch": "FR", "comment": "Generate Browse Information File", "value": "", "flags": [ @@ -276,7 +276,7 @@ }, { "name": "ObjectFileName", - "switch": "Fo\"[value]\"", + "switch": "Fo", "comment": "Object File Name", "value": "", "flags": [ @@ -285,7 +285,7 @@ }, { "name": "AssembledCodeListingFile", - "switch": "Fl\"[value]\"", + "switch": "Fl", "comment": "Assembled Code Listing File", "value": "", "flags": [ diff --git a/Templates/MSBuild/FlagTables/v12_MASM.json b/Templates/MSBuild/FlagTables/v12_MASM.json index 51a48c8..4634306 100644 --- a/Templates/MSBuild/FlagTables/v12_MASM.json +++ b/Templates/MSBuild/FlagTables/v12_MASM.json @@ -246,7 +246,7 @@ }, { "name": "PreprocessorDefinitions", - "switch": "D\"[value]\"", + "switch": "D", "comment": "Preprocessor Definitions", "value": "", "flags": [ @@ -256,7 +256,7 @@ }, { "name": "IncludePaths", - "switch": "I \"[value]\"", + "switch": "I", "comment": "Include Paths", "value": "", "flags": [ @@ -266,7 +266,7 @@ }, { "name": "BrowseFile", - "switch": "FR\"[value]\"", + "switch": "FR", "comment": "Generate Browse Information File", "value": "", "flags": [ @@ -276,7 +276,7 @@ }, { "name": "ObjectFileName", - "switch": "Fo\"[value]\"", + "switch": "Fo", "comment": "Object File Name", "value": "", "flags": [ @@ -285,7 +285,7 @@ }, { "name": "AssembledCodeListingFile", - "switch": "Fl\"[value]\"", + "switch": "Fl", "comment": "Assembled Code Listing File", "value": "", "flags": [ diff --git a/Templates/MSBuild/FlagTables/v14_MASM.json b/Templates/MSBuild/FlagTables/v14_MASM.json index 51a48c8..4634306 100644 --- a/Templates/MSBuild/FlagTables/v14_MASM.json +++ b/Templates/MSBuild/FlagTables/v14_MASM.json @@ -246,7 +246,7 @@ }, { "name": "PreprocessorDefinitions", - "switch": "D\"[value]\"", + "switch": "D", "comment": "Preprocessor Definitions", "value": "", "flags": [ @@ -256,7 +256,7 @@ }, { "name": "IncludePaths", - "switch": "I \"[value]\"", + "switch": "I", "comment": "Include Paths", "value": "", "flags": [ @@ -266,7 +266,7 @@ }, { "name": "BrowseFile", - "switch": "FR\"[value]\"", + "switch": "FR", "comment": "Generate Browse Information File", "value": "", "flags": [ @@ -276,7 +276,7 @@ }, { "name": "ObjectFileName", - "switch": "Fo\"[value]\"", + "switch": "Fo", "comment": "Object File Name", "value": "", "flags": [ @@ -285,7 +285,7 @@ }, { "name": "AssembledCodeListingFile", - "switch": "Fl\"[value]\"", + "switch": "Fl", "comment": "Assembled Code Listing File", "value": "", "flags": [ -- cgit v0.12