summaryrefslogtreecommitdiffhomepage
path: root/src/libPThread/libPThread.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/libPThread/libPThread.json')
-rw-r--r--src/libPThread/libPThread.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/libPThread/libPThread.json b/src/libPThread/libPThread.json
new file mode 100644
index 00000000..e5f5dbf3
--- /dev/null
+++ b/src/libPThread/libPThread.json
@@ -0,0 +1,25 @@
+{
+ "compiler_path": "x86_64-w64-mingw32-gcc",
+ "compiler_std": "c++20",
+ "headers_path": ["../", "./"],
+ "sources_path": ["src/*.cpp"],
+ "output_name": "libPThread.dll",
+ "compiler_flags": [
+ "-ffreestanding",
+ "-shared",
+ "-std=c++20",
+ "-fno-rtti",
+ "-fno-exceptions",
+ "-Wl,--subsystem=17"
+ ],
+ "cpp_macros": [
+ "__NEOSKRNL__",
+ "_XOPEN_SOURCE",
+ "_POSIX_SOURCE",
+ "kPosixVersionHighest=0x0100",
+ "kPosixVersionLowest=0x0100",
+ "kPosixVersion=0x0100"
+ ],
+ "description": "The NeKernel PThread System."
+}
+i