summaryrefslogtreecommitdiffhomepage
path: root/dev/examples/example_02_libbtb/win64.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-24 09:22:06 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-24 09:22:06 +0100
commitc2ebe8fd7195c24293cb48c7ec57b194e70c6a63 (patch)
tree7819763d3b1b094ee985611baead6114ddec9d41 /dev/examples/example_02_libbtb/win64.json
parenta3ea256d00e5aac45574c7c8b076b60630f73a95 (diff)
fix: Fix examples's contents and placed 'examples' in the root directory.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/examples/example_02_libbtb/win64.json')
-rw-r--r--dev/examples/example_02_libbtb/win64.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev/examples/example_02_libbtb/win64.json b/dev/examples/example_02_libbtb/win64.json
deleted file mode 100644
index a873f5d..0000000
--- a/dev/examples/example_02_libbtb/win64.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "compiler_path": "x86_64-w64-mingw32-g++",
- "compiler_std": "c++20",
- "headers_path": [
- "../../",
- "../../vendor"
- ],
- "sources_path": [
- "libbtb.cc"
- ],
- "output_name": "libbtb.exe",
- "compiler_flags": [
- "-lNeBuild"
- ],
- "cpp_macros": [
- "FOO_MACRO"
- ],
- "run_after_build": true
-} \ No newline at end of file