File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -306,3 +306,20 @@ This specification ensures that:
306306This tool is part of the [ Continuous-Delphi] ( https://github.com/continuous-delphi )
307307ecosystem, focused on improving engineering discipline for long-lived Delphi systems.
308308
309+ ## Related Continuous Delphi Tools
310+
311+ This repository provides the canonical Delphi compiler/version dataset. For
312+ toolchain discovery on real machines, see
313+ [ delphi-inspect] ( https://github.com/continuous-delphi/delphi-inspect ) , which uses
314+ this data to resolve aliases, inspect installed Delphi versions, and select a
315+ ready toolchain for a requested platform and build system.
316+
317+ For MSBuild-based build automation, see
318+ [ delphi-msbuild] ( https://github.com/continuous-delphi/delphi-msbuild ) . It can be
319+ used standalone with an explicit Delphi ` RootDir ` , or paired with
320+ ` delphi-inspect ` so build scripts can discover a suitable Delphi installation and
321+ pipe it directly into an MSBuild invocation.
322+
323+ Together, these projects form a data-driven workflow: this repository defines
324+ the compiler/version facts, ` delphi-inspect ` discovers the installed toolchain,
325+ and ` delphi-msbuild ` performs the build.
You can’t perform that action at this time.
0 commit comments