From e2c2361f335a45d1268481c17fea6f50aa03bbff Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 3 Nov 2024 15:05:19 +0100 Subject: IMP: MakeFramework tool, (Alpha) - This tool is used to make frameworks and apps. Signed-off-by: Amlal El Mahrouss --- tools/make_framework.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tools/make_framework.json') 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" ] } -- cgit v1.2.3