From 66704e4271f3bd3b869c86bcd9aef9be87f831ea Mon Sep 17 00:00:00 2001 From: Stephan Szabo Date: Wed, 21 Nov 2018 11:03:33 -0800 Subject: 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 8c18eb2..434cd63 100644 --- a/Templates/MSBuild/FlagTables/v10_NASM.json +++ b/Templates/MSBuild/FlagTables/v10_NASM.json @@ -1,6 +1,13 @@ [ { "name": "Outputswitch", + "switch": "fwin", + "comment": "Object File win32", + "value": "0", + "flags": [] + }, + { + "name": "Outputswitch", "switch": "fwin32", "comment": "Object File win32", "value": "0", @@ -15,6 +22,13 @@ }, { "name": "Outputswitch", + "switch": "felf", + "comment": "ELF32 (i386) object files (e.g. Linux)", + "value": "2", + "flags": [] + }, + { + "name": "Outputswitch", "switch": "felf32", "comment": "ELF32 (i386) object files (e.g. Linux)", "value": "2", -- cgit v0.12