diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-30 20:26:54 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-30 20:26:54 +0100 |
| commit | 224e747b04022a5b8f8577fd730e907febf90a75 (patch) | |
| tree | 1b8018bf33a9f504afc91a1d950b1bccaf9bf763 /dev/LibSCI/sci.json | |
| parent | 7f66876e3778273c9522961c6c67fe7bc3a16a35 (diff) | |
Add missing LPC error codes
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibSCI/sci.json')
| -rw-r--r-- | dev/LibSCI/sci.json | 20 |
1 files changed, 0 insertions, 20 deletions
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" - ] -} |
