[fpc-pascal] Distributing unit object files
Ludo Brands
ludo.brands at free.fr
Fri Dec 16 09:57:56 CET 2011
> 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 codes of that unit
into your project. This way you'll basically freeze the code of that unit
and remove the external dependency. Evaluate carefully the pros and cons
before doing so.
Ludo
More information about the fpc-pascal
mailing list