summaryrefslogtreecommitdiffhomepage
path: root/public/tools/cc/cc.json
blob: 9e6da4c6a68fda7fbfb1475ca734e36a68ff0777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "compiler_path": "x86_64-w64-mingw32-g++",
  "compiler_std": "c++20",
  "headers_path": ["./", "../../../dev"],
  "sources_path": ["src/CommandLine.cc"],
  "output_name": "./dist/cc",
  "cpp_macros": [
    "kCCVersion=0x0100",
    "kCCVersionHighest=0x0100",
    "kCCVersionLowest=0x0100"
  ]
}