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.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/make_framework.json b/tools/make_framework.json
index 4ef2d7b6..9709ff3a 100644
--- a/tools/make_framework.json
+++ b/tools/make_framework.json
@@ -2,12 +2,12 @@
"compiler_path": "g++",
"compiler_std": "c++20",
"headers_path": ["./"],
- "sources_path": ["src/MakeFramework.cc"],
- "output_name": "make_framework.exe",
+ "sources_path": ["src/Framework.cc"],
+ "output_name": "make_framework.o",
"cpp_macros": [
"__MKF_AMD64__",
- "cMKFVersion=0x0100",
- "cMKFVersionHighest=0x0100",
- "cMKFVersionLowest=0x0100"
+ "kMKFVersion=0x0100",
+ "kMKFVersionHighest=0x0100",
+ "kMKFVersionLowest=0x0100"
]
}