diff options
| author | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-10-30 18:51:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-30 18:51:20 +0100 |
| commit | a7ceb49e301c4387b8b59f3aaf49bd7df0f2e883 (patch) | |
| tree | 6b9fab098ccebdd6fc7127dded40e31b74323d33 /dev/SCIKit | |
| parent | a8bad947366981ad48ad952d4d641184437b5d0c (diff) | |
Update build.json
Diffstat (limited to 'dev/SCIKit')
| -rw-r--r-- | dev/SCIKit/build.json | 8 |
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" ] } |
