summaryrefslogtreecommitdiffhomepage
path: root/win64.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-17 07:32:30 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-17 07:36:57 +0100
commit20252df698106283d15ddf7d53f4e0dd9462666d (patch)
treebf77733ab5fddd3f09962cde9a22e9f1d485b6c9 /win64.json
parentcaecbd4e6eb2877b7e9bdd4fb2e4f3e370b336c9 (diff)
refactor! Lots of breaking changes to the codebase.
feat: Rename ‘btb‘ to ‘nebuild‘ to match nekernel.org's naming scheme. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'win64.json')
-rw-r--r--win64.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/win64.json b/win64.json
index a4a2ecc..65a42be 100644
--- a/win64.json
+++ b/win64.json
@@ -1,9 +1,9 @@
{
"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"],
"run_after_build": false