Jump to content
Registration disabled at the moment Read more... ×
baoquan.zuo

dxbuild 0.1

Recommended Posts

DXBuild is a **free** command-line tool. It makes it easier to build multi-version Delphi projects (Delphi 2007 or newer, dproj/groupproj).
 

Example

dxbuild Packages\DelphiXE2\Spring.Base.dproj -d DelphiXE2 -p Win32 Win64 -c Debug Release

Benefits

- Compile faster with fastdcc (Delphi 2009 - 10.3)

https://www.idefixpack.de/blog/ide-tools/ide-fix-pack/

NOTE: 
For Delphi XE3 or higher, you just need to download and extract fastdcc*.exe to `$(BDS)\bin`.  dxbuild will use fastdcc when possible. Use `--no-fastdcc` to disable it.
 

Download: https://devjetsoftware.com/download/2009/

Report Issues: https://github.com/devjetsoftware/dxbuild-public

  • Like 1

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×