Re: [fpc-pascal] When are used units recompiled? (more details)

2006-04-06 Thread Peter Vreman
Apparently, there is a dependency on the System unit, and incompatibility between System units can cause a recompile. Any other such dependencies? Is every separately compiled unit dependent on System? If not, under what circumstances will it depend on System? And on what other units?

Re: [fpc-pascal] When are used units recompiled? (more details)

2006-04-05 Thread Tom Verhoeff
On Wed, Apr 05, 2006 at 01:27:04PM +0200, Jonas Maebe wrote: On 5 apr 2006, at 13:22, Tom Verhoeff wrote: In a programming course that I teach, some students are using Lazarus+FPC instead of Delphi. I made available two precompiled units, that is, the *.ppu and *.o files. However,