From 05f085c9055fa5bd13bdba40fc40fb3f00d69fab Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 26 Oct 2024 07:59:10 +0200 Subject: IMP: Fixes and improvements. Signed-off-by: Amlal --- dev/SCIKit/build.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dev/SCIKit/build.json (limited to 'dev/SCIKit/build.json') diff --git a/dev/SCIKit/build.json b/dev/SCIKit/build.json new file mode 100644 index 00000000..104be044 --- /dev/null +++ b/dev/SCIKit/build.json @@ -0,0 +1,21 @@ +{ + "compiler_path": "x86_64-w64-mingw32-g++", + "compiler_std": "c++20", + "headers_path": ["../"], + "sources_path": ["src/*.cc"], + "output_name": "sci.dll", + "compiler_flags": [ + "-fPIC", + "-ffreestanding", + "-shared", + "-fno-rtti", + "-fno-exceptions", + "-Wl,--subsystem=17" + ], + "cpp_macros": [ + "__SCI_IMPL__", + "cSCIVersion=0x0100", + "cSCIVersionHighest=0x0100", + "cSCIVersionLowest=0x0100" + ] +} -- cgit v1.2.3