Re: [fpc-devel] compiler output and resources

2010-02-01 Thread Paul Ishenin
01.02.2010 15:03, Marco van de Voort wrote: Yes, but it might not have the source (src/) directory later for the next compile, only the output dir.(units/$FPCTARGET) For the later compile it has .or file which has all lfm and res merged together. Best regards, Paul Ishenin. __

Re: [fpc-devel] compiler output and resources

2010-02-01 Thread Marco van de Voort
In our previous episode, Paul Ishenin said: > > 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 s

Re: [fpc-devel] compiler output and resources

2010-02-01 Thread Giulio Bernardi
Il 01/02/2010 08:58, Paul Ishenin ha scritto: 01.02.2010 14:50, Giulio Bernardi wrote: 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 do

Re: [fpc-devel] compiler output and resources

2010-01-31 Thread Paul Ishenin
01.02.2010 14:50, Giulio Bernardi wrote: 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. Do

Re: [fpc-devel] compiler output and resources

2010-01-31 Thread Giulio Bernardi
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 wh

[fpc-devel] compiler output and resources

2010-01-31 Thread Paul Ishenin
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. -- Best regards,