summaryrefslogtreecommitdiffhomepage
path: root/src/libThread/libThread.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/libThread/libThread.json')
-rw-r--r--src/libThread/libThread.json21
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."
+}