summaryrefslogtreecommitdiffhomepage
path: root/win64.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-16 20:00:37 +0200
committerGitHub <noreply@github.com>2025-08-16 20:00:37 +0200
commitd21a3b2e16b4e5f974dd000e11c868e2021292f0 (patch)
treed91d1351193a9f758daa9dad964e40f5a84ece7f /win64.json
parent50c2c9773d5660b1497a1132ffa96a7ab10d9c45 (diff)
parentd987d62459d59a6d95ffb815d5e6eccd8dbde1dd (diff)
Merge pull request #3 from nekernel-org/dev
v0.0.3
Diffstat (limited to 'win64.json')
-rw-r--r--win64.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/win64.json b/win64.json
index a4a2ecc..6585723 100644
--- a/win64.json
+++ b/win64.json
@@ -1,10 +1,10 @@
{
"compiler_path": "x86_64-w64-mingw32-g++.exe",
"compiler_std": "c++20",
- "headers_path": ["./", "vendor"],
- "sources_path": ["src/*.cc", "cli/*.cc"],
- "output_name": "btb.exe",
+ "headers_path": ["dev", "vendor"],
+ "sources_path": ["dev/src/*.cc", "dev/cli/*.cc"],
+ "output_name": "nebuild.exe",
"compiler_flags": ["-fPIC"],
- "cpp_macros": ["BTB_WINDOWS"],
+ "cpp_macros": ["NEBUILD_WINDOWS"],
"run_after_build": false
}