summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--dev/SCIKit/build.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/SCIKit/build.json b/dev/SCIKit/build.json
index 8f2af775..cc5cf796 100644
--- a/dev/SCIKit/build.json
+++ b/dev/SCIKit/build.json
@@ -3,7 +3,7 @@
"compiler_std": "c++20",
"headers_path": ["../"],
"sources_path": ["src/*.cc", "src/*.obj"],
- "output_name": "sci.dll",
+ "output_name": "SCIKit.dll",
"compiler_flags": [
"-fPIC",
"-ffreestanding",
@@ -14,8 +14,8 @@
],
"cpp_macros": [
"__SCI_IMPL__",
- "cSCIVersion=0x0100",
- "cSCIVersionHighest=0x0100",
- "cSCIVersionLowest=0x0100"
+ "kSCIVersion=0x0100",
+ "kSCIVersionHighest=0x0100",
+ "kSCIVersionLowest=0x0100"
]
}