Document why `Build.exe` passes a `DCC_DcuOutput` parameter to `msbuild.exe`

Issue #34 wontfix
Jeroen Wiert Pluimers created an issue

Even though the various .dproj files all specify a dccuouputpath entry, Build.exe passes a fresh one to msbuild.exe, for instance:

"C:\Program Files (x86)\Embarcadero\RAD Studio\12.0\bin\rsvars.bat"
"Packages\DelphiXE5\Spring4D.groupproj"
"Config=Release"
"Platform=iOSDevice"
"DCC_DcuOutput=C:\Users\Developer\Versioned\Spring4D\Library\DelphiXE5\iOSDevice\Release"
pause

Why is this done?

Comments (7)

  1. Log in to comment