[fpc-devel] FPC 2.4.2 RC1 available
Jonas Maebe
jonas.maebe at elis.ugent.be
Fri Oct 22 17:44:45 CEST 2010
On 22 Oct 2010, at 16:35, Michael Van Canneyt wrote:
> On Fri, 22 Oct 2010, Jonas Maebe wrote:
>
>> The dependencies are specified in the Makefiles themselves.
>
> But manually, if I'm correct ?
Yes.
> But what happens if 2 units use each other ?
The dependencies are specified at the package level, not at the unit
level. A package is either compiled completely sequentially, or
completely in parallel (if none of the units depend on others, like
with univint package).
Jonas
More information about the fpc-devel
mailing list