Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Created September 4, 2014 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpluimers/a77504792d02e48d76a6 to your computer and use it in GitHub Desktop.
Save jpluimers/a77504792d02e48d76a6 to your computer and use it in GitHub Desktop.
Build Spring4D in Delphi XE in RELEASE mode
"C:\Program Files (x86)\Embarcadero\RAD Studio\8.0\bin\rsvars.bat"
C:\Windows\Microsoft.NET\Framework\v2.0.50727\msbuild.exe /nologo "Packages\DelphiXE\Spring4D.groupproj" /target:build /p:DCC_BuildAllUnits=true /p:"Config=Release" /p:"Platform=Win32" /p:"DCC_DcuOutput=Library\DelphiXE\Release" /p:"DCC_Define=CONSOLE_TESTRUNNER" /l:FileLogger,Microsoft.Build.Engine;logfile="Logs\DelphiXE.Win32.Release.MSBuildLog.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment