diff options
Diffstat (limited to 'public/tools/make_app/make_app.json')
| -rw-r--r-- | public/tools/make_app/make_app.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/tools/make_app/make_app.json b/public/tools/make_app/make_app.json new file mode 100644 index 00000000..abfe5cd3 --- /dev/null +++ b/public/tools/make_app/make_app.json @@ -0,0 +1,12 @@ +{ + "compiler_path": "g++", + "compiler_std": "c++20", + "headers_path": ["./"], + "sources_path": ["src/CommandLine.cc"], + "output_name": "./dist/make_app", + "cpp_macros": [ + "kMKFVersion=0x0100", + "kMKFVersionHighest=0x0100", + "kMKFVersionLowest=0x0100" + ] +} |
