Ver código fonte

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.
Stephan Szabo 7 anos atrás
pai
commit
66704e4271
1 arquivos alterados com 14 adições e 0 exclusões
  1. 14 0
      Templates/MSBuild/FlagTables/v10_NASM.json

+ 14 - 0
Templates/MSBuild/FlagTables/v10_NASM.json

@@ -1,4 +1,11 @@
 [
 [
+  {
+    "name": "Outputswitch",
+    "switch": "fwin",
+    "comment": "Object File win32",
+    "value": "0",
+    "flags": []
+  },
   {
   {
     "name": "Outputswitch",
     "name": "Outputswitch",
     "switch": "fwin32",
     "switch": "fwin32",
@@ -13,6 +20,13 @@
     "value": "1",
     "value": "1",
     "flags": []
     "flags": []
   },
   },
+  {
+    "name": "Outputswitch",
+    "switch": "felf",
+    "comment": "ELF32 (i386) object files (e.g. Linux)",
+    "value": "2",
+    "flags": []
+  },
   {
   {
     "name": "Outputswitch",
     "name": "Outputswitch",
     "switch": "felf32",
     "switch": "felf32",