RE : [fpc-pascal] Distributing unit object files

2011-12-16 Thread Ludo Brands
> How do I make FPC not rebuild the unit object file when > contributing units to the compiled unit have been modified? > What is the best strategy - if at all? If the contributing unit is a stand-alone unit which doesn't depend on other units (fe. a database connector), you can copy the source

Re: [fpc-pascal] Distributing unit object files

2011-12-15 Thread Jonas Maebe
On 15 Dec 2011, at 16:19, Andrew Brunner wrote: project has the source to. And FPC is looking to recompile the compiled object file because a CRC has changed for a contributing unit that was used when the unit object file was created. How do I make FPC not rebuild the unit object file when co