summaryrefslogtreecommitdiffhomepage
path: root/dev/SCIKit/libsci.json
diff options
context:
space:
mode:
Diffstat (limited to 'dev/SCIKit/libsci.json')
-rw-r--r--dev/SCIKit/libsci.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev/SCIKit/libsci.json b/dev/SCIKit/libsci.json
deleted file mode 100644
index 453e29dc..00000000
--- a/dev/SCIKit/libsci.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "compiler_path": "x86_64-w64-mingw32-g++",
- "compiler_std": "c++20",
- "headers_path": ["../", "./"],
- "sources_path": ["src/*.cc", "src/*.o"],
- "output_name": "libSCIKit.dylib",
- "compiler_flags": [
- "-fPIC",
- "-ffreestanding",
- "-shared",
- "-fno-rtti",
- "-fno-exceptions",
- "-Wl,--subsystem=17"
- ],
- "cpp_macros": [
- "kSCIVersion=0x0100",
- "kSCIVersionHighest=0x0100",
- "kSCIVersionLowest=0x0100"
- ]
-}