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