From 3d2e253b2ecd49bc1259d7cb89d2b2ce35ead131 Mon Sep 17 00:00:00 2001 From: Roland Heyder Date: Fri, 26 Aug 2022 15:35:39 +0200 Subject: [PATCH] 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. --- docs/build-system.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/build-system.md b/docs/build-system.md index 504df8e68..19cb8f578 100644 --- a/docs/build-system.md +++ b/docs/build-system.md @@ -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`.