diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-01 09:40:31 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-01 09:40:31 +0100 |
| commit | 9cbc1ba661f6c396dbddce05c1d8881a605defdd (patch) | |
| tree | 3ce8e2ac8ea30ccf68070335ddf03261bfb482e4 | |
| parent | ad677bd1ed2c6d1a052d426117a4d20a0b59ac52 (diff) | |
ADD: libsci's btb file added back.
ADD: LibWS (Window Server) instead of LibGUI.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -rw-r--r-- | dev/LibSCI/libsci.json | 20 | ||||
| -rw-r--r-- | dev/Usr/LibWS/.keepme (renamed from dev/Usr/LibGUI/.keepme) | 0 |
2 files changed, 20 insertions, 0 deletions
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" + ] +} diff --git a/dev/Usr/LibGUI/.keepme b/dev/Usr/LibWS/.keepme index e69de29b..e69de29b 100644 --- a/dev/Usr/LibGUI/.keepme +++ b/dev/Usr/LibWS/.keepme |
