On Saturday 11 September 2010 13:40:26 Martin Schreiber wrote:
> And why does the Delphi commandline compiler (dcc32) not need this IDE
> assistance?

My guess is that dcc32 works as an integrated make program + compiler and thus 
doesn't start external processes for each file.
Or, if it starts an external process then it can use some (hidden) temporary 
file with pre-scanned info of the project. So the compiler would only open one 
"info" file instead of scanning the whole search paths.

I used the IDE always when working with Delphi and don't really know dcc32. 
Guessing only.

Juha
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to