Skip to content

Commit 8d6dc59

Browse files
committed
Add section on Related Continuous Delphi Tools
1 parent a574c54 commit 8d6dc59

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,3 +306,20 @@ This specification ensures that:
306306
This tool is part of the [Continuous-Delphi](https://github.com/continuous-delphi)
307307
ecosystem, 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.

0 commit comments

Comments
 (0)