|
Navigation: Actions > Borland/CodeGear > Make Delphi / C++Builder / RAD Studio > Make Delphi Action Options Tab |
![]() ![]()
|
This tab of the Make Delphi action configures additional options about the Delphi project or group being built.
Additional command-line options: This action invokes the DCC32.exe (for .dpr and .dpk files), BDS.exe (for .bdsproj and .bdsgroup files), or msbuild.exe (all other project file types in Delphi/C++Builder/RAD Studio 2007+) command-line program to perform builds, and this option can be used to specify additional flags to pass, overriding any .cfg file settings. The values entered in this field are passed through directly to the command-line program.
Override default compiler location: If this field is blank, the action will automatically locate the correct dcc32.exe, bds.exe, or msbuild.exe compiler to perform the build. For Delphi 2007 and later (.dproj, .cbproj, .groupproj files), this action locates and calls msbuild.exe (enter or select bds to force the project or group to be built with the IDE [bds.exe] rather than msbuild.exe); for .bdsproj and .bdsgroup files, it invokes the associated bds.exe compiler; and for .dpr, .dpk, and .bpg files, it invokes the associated dcc32.exe compiler.
To explicitly specify the compiler executable to use, enter a full path and filename for dcc32.exe , bds.exe, or msbuild.exe in this field to use that executable rather than the default.
Do not run rsvars.bat before MSBuild: If unchecked, the action will locate and call rsvars.bat (the equivalent of running from a RAD Studio Command Prompt) before invoking msbuild.exe (applies only when building with MSBuild). If checked, this step will not be performed.