summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Templates/MSBuild/FlagTables/v10_NASM.json14
1 files changed, 14 insertions, 0 deletions
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",