Delphi 6 Professional in Win7/x64, with c:\Delphi6 folder.
Because the ProjectGroups are making OM errors, we need to build the projects one by one.
To provide faster compilation I tried to use DCC32.exe.
I found some info in this site about "extend dcc32.cfg with 4 options to set the library paths". I set each of them to the "Delphi/Options/Env. options/Library path".
Then I tried:
dcc32.exe b "any.dpr"
But I got error: System.pas don't found.
I don't understand it - maybe the dcc32.exe want to BUILD the basic pas files too, or I need to use another format.
We need to BUILD each of the projects, because we are using many conditional directives.
Thanks for the every info, suggestion you will write.
$(Delphi). You might copied from IDE strings liek that and you'd better use fulli-qualified paths without any substitution. PS there are also tools for building like want.exe and lazy builder - Arioch 'The