mirror of
https://github.com/reactos/CMake.git
synced 2025-02-08 21:09:48 +00:00
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.
This commit is contained in:
parent
fc58a40e76
commit
66704e4271
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user