summaryrefslogtreecommitdiffhomepage
path: root/public/tools/open/open.json
blob: 04012ab3db05ce6dd4b540faed71eb09cb151010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "compiler_path": "cscc",
  "compiler_std": "c++20",
  "headers_path": ["./"],
  "sources_path": ["src/CommandLine.cc"],
  "output_name": "./dist/open",
  "compiler_flags": "-lSCI",
  "cpp_macros": [
    "kOpenVersion=0x0100",
    "kOpenVersionHighest=0x0100",
    "kOpenVersionLowest=0x0100"
  ]
}