diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-17 08:16:38 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-17 08:20:30 +0200 |
| commit | b5ebbd7406e87d19beee3760ef2417e1444a10d2 (patch) | |
| tree | 19961bbbec929b69a2e0ad1f3734334d05585f72 /tools/make_framework.json | |
| parent | 6fbdfddecc9771adb43b7c673a99c93e50c33dbc (diff) | |
FIX/IMP: A set of fixes and new features. (MHR-40, 46 and 47 related)
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'tools/make_framework.json')
| -rw-r--r-- | tools/make_framework.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/make_framework.json b/tools/make_framework.json new file mode 100644 index 00000000..c597e5d6 --- /dev/null +++ b/tools/make_framework.json @@ -0,0 +1,13 @@ +{ + "compiler_path": "g++", + "compiler_std": "c++20", + "headers_path": ["./"], + "sources_path": ["src/make_framework.cxx"], + "output_name": "make_framework.exe", + "cpp_macros": [ + "__MKF_AMD64__", + "cMKFVersion=0x0100", + "cMKFVersionHighest=0x0100", + "cMKFVersionLowest=0x0100" + ] +} |
