Clean Delphi project files (.dproj/.groupproj) using MSBuild with RAD Studio environment to remove intermediate build artifacts and prepare for fresh compilation.
Generate delphi_config.toml files from multiple IDE build logs, producing separate platform-specific configs or a unified config for different configurations and platforms.
Extend an existing Delphi config file with settings from a new IDE build log to add support for new platforms or libraries, merging new paths while preserving existing settings.
Enables building and cleaning Delphi projects (.dproj/.groupproj) on Windows using MSBuild with RAD Studio environment initialization. Supports both individual projects and group projects with configurable build configurations and platforms.
Enables compilation of Delphi (RAD Studio) Object Pascal projects through natural language commands. Supports automatic Debug/Release builds for Win32 and Win64 platforms using the native Delphi compiler toolchain.
Parses an IDE build log to generate a Delphi configuration file, with minimal settings for Windows targets and full library paths for cross-compilation targets.
Compile Pascal source files (.lpr/.pas) using the Free Pascal Compiler to generate executable binaries with configurable CPU/OS targets and search paths.