summaryrefslogtreecommitdiffhomepage
path: root/tooling/fsck.hefs.json
blob: d6ff4b0fed124533cbdd1502a657e0c3b5411c8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "compiler_path": "g++",
    "compiler_std": "c++20",
    "headers_path": [
        "../"
    ],
    "sources_path": [
        "fsck.hefs.cc"
    ],
    "output_name": "./dist/fsck.hefs",
    "cpp_macros": [
        "kFSCKHEFSVersion=0x0100",
        "kFSCKHEFSVersionHighest=0x0100",
        "kFSCKHEFSVersionLowest=0x0100"
    ]
}