summaryrefslogtreecommitdiffhomepage
path: root/dev/SCI/sci.json
diff options
context:
space:
mode:
authorAmlal <amlal@el-mahrouss-logic.com>2024-09-13 10:52:28 +0200
committerAmlal <amlal@el-mahrouss-logic.com>2024-09-13 10:52:28 +0200
commit69d628dd02df81e64dfd9a2e730a44c5c5a0e5a8 (patch)
tree90edf6a872632770a8825b76cb0b72d47675ee84 /dev/SCI/sci.json
parent409e2b3911af1368bfbb4e965ca0484274215d16 (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/SCI/sci.json')
-rw-r--r--dev/SCI/sci.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev/SCI/sci.json b/dev/SCI/sci.json
new file mode 100644
index 00000000..0c367bd6
--- /dev/null
+++ b/dev/SCI/sci.json
@@ -0,0 +1,21 @@
+{
+ "compiler_path": "x86_64-w64-mingw32-g++",
+ "compiler_std": "c++20",
+ "headers_path": ["../"],
+ "sources_path": ["Sources/*.cxx"],
+ "output_name": "sci.dll",
+ "compiler_flags": [
+ "-fPIC",
+ "-ffreestanding",
+ "-shared",
+ "-fno-rtti",
+ "-fno-exceptions",
+ "-Wl,--subsystem=17"
+ ],
+ "cpp_macros": [
+ "__SCI_IMPL__",
+ "cSCIVersion=0x0100",
+ "cSCIVersionHighest=0x0100",
+ "cSCIVersionLowest=0x0100"
+ ]
+}