summaryrefslogtreecommitdiffhomepage
path: root/scripts/win64-dylib.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-30 08:06:09 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-30 08:06:09 +0100
commit0760932c4532cdfcb15a68cbf5a16d0845d0e9f7 (patch)
tree30fc43092eb552e7ce2a1d94cd3ecdfdbc874dcc /scripts/win64-dylib.json
parent635401b6a71dd7466604f25a1591ba324125d133 (diff)
feat: Windows DLL support, descriptions support.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'scripts/win64-dylib.json')
-rw-r--r--scripts/win64-dylib.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/win64-dylib.json b/scripts/win64-dylib.json
new file mode 100644
index 0000000..d7c9f0e
--- /dev/null
+++ b/scripts/win64-dylib.json
@@ -0,0 +1,10 @@
+{
+ "compiler_path": "x86_64-w64-mingw32-g++.exe",
+ "compiler_std": "c++20",
+ "headers_path": ["include", "vendor"],
+ "sources_path": ["src/lib/*.cc"],
+ "output_name": "libNeBuildKit.dll",
+ "compiler_flags": ["-fPIC", "-shared"],
+ "cpp_macros": ["NEBUILD_WINDOWS", "NEBUILD_INTERNAL_SDK"],
+ "run_after_build": false
+}