From 4e7ea02ed492a1fc0b167392361673244f957cce Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 3 Nov 2024 19:58:43 +0100 Subject: IMP: Refactor btb rules of SysChk, NetBoot and MakeFramework/MakeApp. IMP: Rename tools directory to apps. Signed-off-by: Amlal El Mahrouss --- apps/make_framework.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/make_framework.json (limited to 'apps/make_framework.json') diff --git a/apps/make_framework.json b/apps/make_framework.json new file mode 100644 index 00000000..6071ebaa --- /dev/null +++ b/apps/make_framework.json @@ -0,0 +1,12 @@ +{ + "compiler_path": "g++", + "compiler_std": "c++20", + "headers_path": ["./"], + "sources_path": ["src/Framework.cc"], + "output_name": "make_framework.o", + "cpp_macros": [ + "kMKFVersion=0x0100", + "kMKFVersionHighest=0x0100", + "kMKFVersionLowest=0x0100" + ] +} -- cgit v1.2.3