[fpc-devel] compiler output and resources
Giulio Bernardi
ugilio at gmail.com
Mon Feb 1 08:50:20 CET 2010
Il 01/02/2010 04:09, Paul Ishenin ha scritto:
> Hello, FPC developers' list.
>
> Is there a reason that during project compilation compiler duplicates
> all the resource files in the compiler output dir? For me it looks as
> both a waste of time and hdd free size. This happens for all LFM and RES
> files which my project includes.
>
The reason is explained in this log message (2008-01-10):
* .res files must be copied to units output folder, otherwise .res files will
not be found when only compiled units path is available and compiler does not
know anything about sources folder.
Giulio
More information about the fpc-devel
mailing list