From f54e4f2cfba6a5b1375e5b5f4d11f8826155a7a2 Mon Sep 17 00:00:00 2001 From: Martijn Laan <1092369+martijnlaan@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:31:44 +0200 Subject: [PATCH] Partial revert of cb8f68da. --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index be35a799c..f67c1b733 100644 --- a/README.md +++ b/README.md @@ -149,12 +149,9 @@ How do the projects link together? If Shared.Struct.pas is changed, you usually will need to recompile all these projects so that everything is in synch. -- There are more units which are shared between projects. These are located - in the [Projects\Src] directory. Project-specific units are in their respective - subdirectories of this directory, for example [Projects\Src\Compil32] has - all units used by the Compiler IDE only. Check the .dpr files of the - projects for unit usage details. - +- There are more units which are shared between projects. Search the .dpr + files of the projects if you aren't sure if a project uses a particular + unit. Source code tips ----------------