diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-03 19:58:43 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-03 19:59:29 +0100 |
| commit | 4e7ea02ed492a1fc0b167392361673244f957cce (patch) | |
| tree | e322d501ea922146e735ae7e14fd725cf3935f02 /apps/make_framework.json | |
| parent | e2c2361f335a45d1268481c17fea6f50aa03bbff (diff) | |
IMP: Refactor btb rules of SysChk, NetBoot and MakeFramework/MakeApp.
IMP: Rename tools directory to apps.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'apps/make_framework.json')
| -rw-r--r-- | apps/make_framework.json | 12 |
1 files changed, 12 insertions, 0 deletions
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" + ] +} |
