diff options
Diffstat (limited to 'tools/make_zxd.json')
| -rw-r--r-- | tools/make_zxd.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/make_zxd.json b/tools/make_zxd.json new file mode 100644 index 00000000..1c25c1a2 --- /dev/null +++ b/tools/make_zxd.json @@ -0,0 +1,13 @@ +{ + "compiler_path": "g++", + "compiler_std": "c++20", + "headers_path": ["./"], + "sources_path": ["src/make_zxd.cxx"], + "output_name": "make_zxd.exe", + "cpp_macros": [ + "__DRVSIGN_AMD64__", + "cDSVersion=0x0100", + "cDSVersionHighest=0x0100", + "cDSVersionLowest=0x0100" + ] +} |
