summaryrefslogtreecommitdiffhomepage
path: root/public/tools/ld/ld.json
blob: 940c3a890b5b950c0a9b7ca2fb1ac508590a44f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "compiler_path": "g++",
  "compiler_std": "c++20",
  "headers_path": ["./", "../../../dev"],
  "sources_path": ["src/CommandLine.cc"],
  "output_name": "./dist/fwrkld",
  "cpp_macros": [
    "kLDVersion=0x0100",
    "kLDVersionHighest=0x0100",
    "kLDVersionLowest=0x0100"
  ]
}