Jump to content
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×