Skip to content
Snippets Groups Projects
Commit 66704e42 authored by Stephan Szabo's avatar Stephan Szabo
Browse files

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.
parent fc58a40e
No related branches found
No related tags found
No related merge requests found
[
{
"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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment