1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00

Update build-system.md

The `internal\help` folder is no longer in the repository, it's created and populated from external sources during CI build now.
This commit is contained in:
Roland Heyder 2022-08-26 15:35:39 +02:00
parent 2b967dc124
commit 3d2e253b2e

View file

@ -52,8 +52,6 @@ Repository Layout
- `push-internal-source.sh`
- If `./internal/source` is different after building `./source/qb64pe.bas`, then this will automatically push those changes to the repository to update the sources used to build `qb64pe_bootstrap`.
- `internal/`
- `help/`
- Contains a downloaded copy of the help files, so that they do not have to be downloaded when QB64-PE is installed.
- `c/` - Contains everything related to the C/C++ source files for QB64-PE.
- `c_compiler/`
- On Windows, this folder is populated with the MinGW C++ compiler during the CI process (or when using `setup_win.bat`.