summaryrefslogtreecommitdiffhomepage
path: root/public/tools/ld.fwrk/ld.fwrk.json
blob: b0a2d0e216d8bb0289be50d0cad492175f7a09b9 (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/ld.fwrk",
  "cpp_macros": [
    "kLDVersion=0x0100",
    "kLDVersionHighest=0x0100",
    "kLDVersionLowest=0x0100"
  ]
}