summaryrefslogtreecommitdiffhomepage
path: root/tools/make_framework.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/make_framework.json')
-rw-r--r--tools/make_framework.json13
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"
+ ]
+}