Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: Add NASM fwin/felf switches | Stephan Szabo | 2018-11-28 | 1 | -0/+14 |
| | | | | | 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. | ||||
* | VS: Manually fix generated NASM flag table | Stephan Szabo | 2018-11-28 | 1 | -6/+6 |
| | | | | Drop '"[value]"' placeholders. | ||||
* | Add initial NASM flag table json | Stephan Szabo | 2018-11-28 | 1 | -0/+187 |
Generated from the nasm.xml provided by CMake. python cmConvertMSBuildXMLToJSON.py -t v10 ...\Templates\MSBuild\nasm.xml |