From 66704e4271f3bd3b869c86bcd9aef9be87f831ea Mon Sep 17 00:00:00 2001 From: Stephan Szabo Date: Wed, 21 Nov 2018 11:03:33 -0800 Subject: [PATCH] VS: Add NASM fwin/felf switches The generated NASM file from the xml does not contain the fwin/felf switches that don't seem to directly exist in the xml file. --- Templates/MSBuild/FlagTables/v10_NASM.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Templates/MSBuild/FlagTables/v10_NASM.json b/Templates/MSBuild/FlagTables/v10_NASM.json index 8c18eb284c..434cd634e7 100644 --- a/Templates/MSBuild/FlagTables/v10_NASM.json +++ b/Templates/MSBuild/FlagTables/v10_NASM.json @@ -1,4 +1,11 @@ [ + { + "name": "Outputswitch", + "switch": "fwin", + "comment": "Object File win32", + "value": "0", + "flags": [] + }, { "name": "Outputswitch", "switch": "fwin32", @@ -13,6 +20,13 @@ "value": "1", "flags": [] }, + { + "name": "Outputswitch", + "switch": "felf", + "comment": "ELF32 (i386) object files (e.g. Linux)", + "value": "2", + "flags": [] + }, { "name": "Outputswitch", "switch": "felf32",