summaryrefslogtreecommitdiffhomepage
path: root/tools/make_framework.json
blob: 4ef2d7b655bce72ae83e28681de8a57a87230078 (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/MakeFramework.cc"],
  "output_name": "make_framework.exe",
  "cpp_macros": [
    "__MKF_AMD64__",
    "cMKFVersion=0x0100",
    "cMKFVersionHighest=0x0100",
    "cMKFVersionLowest=0x0100"
  ]
}