From 224e747b04022a5b8f8577fd730e907febf90a75 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 30 Dec 2024 20:26:54 +0100 Subject: Add missing LPC error codes Signed-off-by: Amlal El Mahrouss --- dev/LibSCI/sci.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 dev/LibSCI/sci.json (limited to 'dev/LibSCI/sci.json') diff --git a/dev/LibSCI/sci.json b/dev/LibSCI/sci.json deleted file mode 100644 index 34f4fb0a..00000000 --- a/dev/LibSCI/sci.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": "LibSCI.dylib", - "compiler_flags": [ - "-fPIC", - "-ffreestanding", - "-shared", - "-fno-rtti", - "-fno-exceptions", - "-Wl,--subsystem=17" - ], - "cpp_macros": [ - "kSCIVersion=0x0100", - "kSCIVersionHighest=0x0100", - "kSCIVersionLowest=0x0100" - ] -} -- cgit v1.2.3