diff options
Diffstat (limited to 'tools/chk.hefs.json')
| -rw-r--r-- | tools/chk.hefs.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/chk.hefs.json b/tools/chk.hefs.json new file mode 100644 index 00000000..58918613 --- /dev/null +++ b/tools/chk.hefs.json @@ -0,0 +1,16 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": [ + "../" + ], + "sources_path": [ + "chk.hefs.cc" + ], + "output_name": "./dist/chk.hefs", + "cpp_macros": [ + "kFsckHeFSVersion=0x0100", + "kFsckHeFSVersionHighest=0x0100", + "kFsckHeFSVersionLowest=0x0100" + ] +}
\ No newline at end of file |
