summaryrefslogtreecommitdiffhomepage
path: root/tools/make_framework.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-03 15:05:19 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-03 15:05:19 +0100
commite2c2361f335a45d1268481c17fea6f50aa03bbff (patch)
treee2fd2c4fd8cfe0b26277f64e975fbbf756f8a3c8 /tools/make_framework.json
parent140d983c55e0f9a2d1829c997d7751f234703fb6 (diff)
IMP: MakeFramework tool, (Alpha)
- This tool is used to make frameworks and apps. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
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"
]
}