From b5ebbd7406e87d19beee3760ef2417e1444a10d2 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 17 Oct 2024 08:16:38 +0200 Subject: FIX/IMP: A set of fixes and new features. (MHR-40, 46 and 47 related) Signed-off-by: Amlal El Mahrouss --- tools/make_framework.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tools/make_framework.json (limited to 'tools/make_framework.json') 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" + ] +} -- cgit v1.2.3