moved srcipts to include/ and changed function include()

This commit is contained in:
2025-11-09 22:20:58 +05:00
parent 05f3b9a0a0
commit 579dd5916e
9 changed files with 54 additions and 48 deletions

View File

@@ -1,10 +1,13 @@
## 2.3.0
+ added ***project user config***! Read more in `./project.config.user.default`
+ renamed default config to `project.config.default`
+ Added ***project user config***! Read more in `./project.config.user.default`
+ Changed `include` function: replaced prefix `cbuild/` with `@cbuild/`.
+ **CONFIG:** Changed `cbuild/default_tasks` to `@cbuild/default_tasks`
+ Moved most scripts to `include/`
+ Renamed default config to `./project.config.default`
## 2.2.4
+ **default config**: C standard changed to C99
+ **default config**: enabled more warnings
+ *default config*: C standard changed to C99
+ *default config*: enabled more warnings
+ added file `default_vscode/c_cpp_properties.json`
+ fixed copying of `default_vscode` files