summaryrefslogtreecommitdiffhomepage
path: root/src/CompilerKit/ck-win64.json
blob: dca9350e87984efa08762ab8a3afa3f4e56b008e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "compiler_path": "g++",
  "compiler_std": "c++20",
  "headers_path": [
    "../../include/CompilerKit",
    "../../include/",
    "../../include/CompilerKit/src/",
    "../../include/CompilerKit/src/impl"
  ],
  "sources_path": [
    "src/*.cpp",
    "src/*/*.cpp"
  ],
  "output_name": "Ne-app.CompilerKit.dll",
  "compiler_flags": [
    "-fPIC",
    "-shared"
  ],
  "cpp_macros": [
    "__NECTAR__=202602",
    "CK_USE_STRUCTS=1",
    "CK_WINDOWS=1",
    "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
  ],
  "description": "CompilerKit for Windows NT. The Compiler Kit is the framework behind Nectar."
}