From 9cbc1ba661f6c396dbddce05c1d8881a605defdd Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 1 Jan 2025 09:40:31 +0100 Subject: ADD: libsci's btb file added back. ADD: LibWS (Window Server) instead of LibGUI. Signed-off-by: Amlal El Mahrouss --- dev/LibSCI/libsci.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev/LibSCI/libsci.json (limited to 'dev/LibSCI/libsci.json') diff --git a/dev/LibSCI/libsci.json b/dev/LibSCI/libsci.json new file mode 100644 index 00000000..34f4fb0a --- /dev/null +++ b/dev/LibSCI/libsci.json @@ -0,0 +1,20 @@ +{ + "compiler_path": "x86_64-w64-mingw32-g++", + "compiler_std": "c++20", + "headers_path": ["../", "./"], + "sources_path": ["src/*.cc", "src/*.o"], + "output_name": "LibSCI.dylib", + "compiler_flags": [ + "-fPIC", + "-ffreestanding", + "-shared", + "-fno-rtti", + "-fno-exceptions", + "-Wl,--subsystem=17" + ], + "cpp_macros": [ + "kSCIVersion=0x0100", + "kSCIVersionHighest=0x0100", + "kSCIVersionLowest=0x0100" + ] +} -- cgit v1.2.3