summaryrefslogtreecommitdiffhomepage
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
parenta3ea256d00e5aac45574c7c8b076b60630f73a95 (diff)
fix: Fix examples's contents and placed 'examples' in the root directory.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--examples/example_01_hello_world/hello_world.cc (renamed from dev/examples/example_01_hello_world/hello_world.cc)0
-rw-r--r--examples/example_01_hello_world/posix.json (renamed from dev/examples/example_01_hello_world/posix.json)0
-rw-r--r--examples/example_01_hello_world/win64.json (renamed from dev/examples/example_01_hello_world/win64.json)0
-rw-r--r--examples/example_02_libnebuild/README.md (renamed from dev/examples/example_02_libbtb/README.md)0
-rw-r--r--examples/example_02_libnebuild/libnebuild.cc (renamed from dev/examples/example_02_libbtb/libbtb.cc)0
-rw-r--r--examples/example_02_libnebuild/posix.json (renamed from dev/examples/example_02_libbtb/posix.json)6
-rw-r--r--examples/example_02_libnebuild/win64.json (renamed from dev/examples/example_02_libbtb/win64.json)0
7 files changed, 3 insertions, 3 deletions
diff --git a/dev/examples/example_01_hello_world/hello_world.cc b/examples/example_01_hello_world/hello_world.cc
index ae47ce8..ae47ce8 100644
--- a/dev/examples/example_01_hello_world/hello_world.cc
+++ b/examples/example_01_hello_world/hello_world.cc
diff --git a/dev/examples/example_01_hello_world/posix.json b/examples/example_01_hello_world/posix.json
index c3c8151..c3c8151 100644
--- a/dev/examples/example_01_hello_world/posix.json
+++ b/examples/example_01_hello_world/posix.json
diff --git a/dev/examples/example_01_hello_world/win64.json b/examples/example_01_hello_world/win64.json
index 4af5bdd..4af5bdd 100644
--- a/dev/examples/example_01_hello_world/win64.json
+++ b/examples/example_01_hello_world/win64.json
diff --git a/dev/examples/example_02_libbtb/README.md b/examples/example_02_libnebuild/README.md
index 21e64be..21e64be 100644
--- a/dev/examples/example_02_libbtb/README.md
+++ b/examples/example_02_libnebuild/README.md
diff --git a/dev/examples/example_02_libbtb/libbtb.cc b/examples/example_02_libnebuild/libnebuild.cc
index e6e489d..e6e489d 100644
--- a/dev/examples/example_02_libbtb/libbtb.cc
+++ b/examples/example_02_libnebuild/libnebuild.cc
diff --git a/dev/examples/example_02_libbtb/posix.json b/examples/example_02_libnebuild/posix.json
index 47f08ba..989e712 100644
--- a/dev/examples/example_02_libbtb/posix.json
+++ b/examples/example_02_libnebuild/posix.json
@@ -2,13 +2,13 @@
"compiler_path": "g++",
"compiler_std": "c++20",
"headers_path": [
- "../../",
+ "../../dev",
"../../vendor"
],
"sources_path": [
- "libbtb.cc"
+ "libnebuild.cc"
],
- "output_name": "libbtb.elf",
+ "output_name": "libnebuild.elf",
"compiler_flags": [
"-L/usr/local/lib",
"-lNeBuild"
diff --git a/dev/examples/example_02_libbtb/win64.json b/examples/example_02_libnebuild/win64.json
index a873f5d..a873f5d 100644
--- a/dev/examples/example_02_libbtb/win64.json
+++ b/examples/example_02_libnebuild/win64.json