I want to make assemblies from the command line, and I wonder if there is a way to execute a command line compiler with the selected assembly configuration?
I know that there is an option --no-config which will not load the dcc32.cfg file by default, but I would like to set the assembly configuration that I prepared in my project.
I would like to run something like
dcc32.exe --some-option RELEASE Win32 PLATFORM
Is there an option to select an assembly configuration?
thanks
build delphi delphi-xe2
Martin Reiner
source share