diff options
author | Stephan Szabo <stephan.szabo@sony.com> | 2018-11-21 19:07:27 (GMT) |
---|---|---|
committer | Stephan Szabo <stephan.szabo@sony.com> | 2018-11-28 15:43:27 (GMT) |
commit | fc58a40e763cd65053acf774c3cf4e4c743004f1 (patch) | |
tree | fcea00639069c2bba4ef6ae76d86108124c1375c /Templates | |
parent | 7fd339b1e5a23d8e04fe3b4607be260bf26a3ec4 (diff) | |
download | CMake-fc58a40e763cd65053acf774c3cf4e4c743004f1.zip CMake-fc58a40e763cd65053acf774c3cf4e4c743004f1.tar.gz CMake-fc58a40e763cd65053acf774c3cf4e4c743004f1.tar.bz2 |
VS: Manually fix generated NASM flag table
Drop '"[value]"' placeholders.
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/MSBuild/FlagTables/v10_NASM.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Templates/MSBuild/FlagTables/v10_NASM.json b/Templates/MSBuild/FlagTables/v10_NASM.json index eb85edf..8c18eb2 100644 --- a/Templates/MSBuild/FlagTables/v10_NASM.json +++ b/Templates/MSBuild/FlagTables/v10_NASM.json @@ -127,7 +127,7 @@ }, { "name": "AssembledCodeListingFile", - "switch": "l \"[value]\"", + "switch": "l", "comment": "Assembled Code Listing File", "value": "", "flags": [ @@ -137,7 +137,7 @@ }, { "name": "ErrorReporting", - "switch": "Z \"[value]\"", + "switch": "Z", "comment": "Redirect Error Messages to File", "value": "", "flags": [ @@ -147,7 +147,7 @@ }, { "name": "IncludePaths", - "switch": "I\"[value]\"", + "switch": "I", "comment": "Include Paths", "value": "", "flags": [ @@ -157,7 +157,7 @@ }, { "name": "PreprocessorDefinitions", - "switch": "D\"[value]\"", + "switch": "D", "comment": "Preprocessor Definitions", "value": "", "flags": [ @@ -167,7 +167,7 @@ }, { "name": "UndefinePreprocessorDefinitions", - "switch": "U\"[value]\"", + "switch": "U", "comment": "Undefine Preprocessor Definitions", "value": "", "flags": [ @@ -177,7 +177,7 @@ }, { "name": "OutputFormat", - "switch": "o \"[value]\"", + "switch": "o", "comment": "Output File Name", "value": "", "flags": [ |