The command-line compiler provided to build Delphi applications.
I have written 2 packages: MEComps_DXE5 and AMLComps_DXE5. The latter depends on the former. Both should be multi-platform: Win32, …
delphi delphi-xe5 dcc32After install Delphi XE2, I try command line compiler dcc32.exe to compile a simple program: program test; uses SysUtils; …
delphi delphi-xe2 dcc32