summaryrefslogtreecommitdiffhomepage
path: root/dev/SCIKit/sci.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-09 10:30:58 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-09 10:30:58 +0100
commit67716b2871b1117510b26bc1aaf6fce7195272dc (patch)
tree4bbc0a51e0d8cb6234a830baa713377dad3de325 /dev/SCIKit/sci.json
parenta2013145412c7cf7eb461833f7853d80caa88723 (diff)
META: Important refactors and include SCIKit.dylib when building bootloader.
Diffstat (limited to 'dev/SCIKit/sci.json')
-rw-r--r--dev/SCIKit/sci.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev/SCIKit/sci.json b/dev/SCIKit/sci.json
new file mode 100644
index 00000000..eb8bece9
--- /dev/null
+++ b/dev/SCIKit/sci.json
@@ -0,0 +1,20 @@
+{
+ "compiler_path": "x86_64-w64-mingw32-g++",
+ "compiler_std": "c++20",
+ "headers_path": ["../"],
+ "sources_path": ["src/*.cc", "src/*.obj"],
+ "output_name": "SCIKit.dylib",
+ "compiler_flags": [
+ "-fPIC",
+ "-ffreestanding",
+ "-shared",
+ "-fno-rtti",
+ "-fno-exceptions",
+ "-Wl,--subsystem=17"
+ ],
+ "cpp_macros": [
+ "kSCIVersion=0x0100",
+ "kSCIVersionHighest=0x0100",
+ "kSCIVersionLowest=0x0100"
+ ]
+}