> 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 _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal