summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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