From a7ceb49e301c4387b8b59f3aaf49bd7df0f2e883 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:51:20 +0100 Subject: Update build.json --- dev/SCIKit/build.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev/SCIKit') 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" ] } -- cgit v1.2.3