summaryrefslogtreecommitdiffhomepage
path: root/tools/make_zxd.json
blob: 1c25c1a2060cf8154e762442bdc2147b597f88c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"
  ]
}