diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-28 04:14:54 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-28 04:14:54 +0100 |
| commit | e2e01ed3c503cb8d93446abea162ccf9abd56201 (patch) | |
| tree | 536df79e6d6200dd261abd78945aa03ee7439e55 /src/libThread/libThread.json | |
| parent | 9937bcb03d4b3c3e71c33786349d4a41203550c0 (diff) | |
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libThread/libThread.json')
| -rw-r--r-- | src/libThread/libThread.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/libThread/libThread.json b/src/libThread/libThread.json new file mode 100644 index 00000000..dc1da098 --- /dev/null +++ b/src/libThread/libThread.json @@ -0,0 +1,21 @@ +{ + "compiler_path": "x86_64-w64-mingw32-g++", + "compiler_std": "c++20", + "headers_path": ["../", "./"], + "sources_path": ["src/*.cpp"], + "output_name": "libThread.dll", + "compiler_flags": [ + "-ffreestanding", + "-shared", + "-fPIC", + "-fno-rtti", + "-fno-exceptions", + "-Wl,--subsystem=17" + ], + "cpp_macros": [ + "kLibThreadVersion=0x0100", + "kLibThreadVersionHighest=0x0100", + "kLibThreadVersionLowest=0x0100" + ], + "description": "The System Thread Kit for the NeSystem." +} |
