diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-10-02 16:51:45 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-10-02 16:51:45 +0200 |
| commit | 3e30ee1749d19f5188560f9a5cdab922180c71ca (patch) | |
| tree | 3d9400e1c232c609f66e6b68d6bd90dc621de35a /dev/prm/prm.json | |
| parent | c49f9a9b4e685cc179f5048ada99bf627edaf110 (diff) | |
IMP: Update setup program for ZKA OS SDK.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/prm/prm.json')
| -rw-r--r-- | dev/prm/prm.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev/prm/prm.json b/dev/prm/prm.json new file mode 100644 index 00000000..25665c7c --- /dev/null +++ b/dev/prm/prm.json @@ -0,0 +1,23 @@ +{ + "compiler_path": "x86_64-w64-mingw32-g++", + "compiler_std": "c++20", + "headers_path": ["../", "../zka"], + "sources_path": ["src/*.cxx"], + "output_name": "prm.sys", + "compiler_flags": [ + "-fPIC", + "-ffreestanding", + "-shared", + "-fno-rtti", + "-fno-exceptions", + "-Wl,--subsystem=17" + ], + "cpp_macros": [ + "__PRM_IMPL__", + "__NEWOSKRNL__", + "__ZKA_AMD64__", + "cPRMVersion=0x0100", + "cPRMVersionHighest=0x0100", + "cPRMVersionLowest=0x0100" + ] +} |
