diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-13 10:52:28 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-13 10:52:28 +0200 |
| commit | 69d628dd02df81e64dfd9a2e730a44c5c5a0e5a8 (patch) | |
| tree | 90edf6a872632770a8825b76cb0b72d47675ee84 /dev/DDK/ddk.json | |
| parent | 409e2b3911af1368bfbb4e965ca0484274215d16 (diff) | |
DDK: Export DDK symbols by default.
ADD: Add ZWM (ZKA Window Manager).
META: The rest are refactors.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/DDK/ddk.json')
| -rw-r--r-- | dev/DDK/ddk.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev/DDK/ddk.json b/dev/DDK/ddk.json new file mode 100644 index 00000000..b930f99c --- /dev/null +++ b/dev/DDK/ddk.json @@ -0,0 +1,24 @@ +{ + "compiler_path": "x86_64-w64-mingw32-gcc", + "compiler_std": "c++20", + "headers_path": ["../", "./"], + "sources_path": ["*.c", "*.cxx", "*.S"], + "output_name": "ddk.dll", + "compiler_flags": [ + "-ffreestanding", + "-shared", + "-std=c17", + "-std=c++20", + "-fno-rtti", + "-fno-exceptions", + " -Wl,--subsystem=17" + ], + "cpp_macros": [ + "__NEWOSKRNL__", + "__DDK_AMD64__", + "__DDK__", + "cDDKVersionHighest=0x0100", + "cDDKVersionLowest=0x0100", + "cDDKVersion=0x0100" + ] +} |
