[lazarus] Unit search, why doesn't it stop?

Michael Van Canneyt michael.vancanneyt at wisa.be
Fri Apr 7 03:19:58 EDT 2000




On Thu, 6 Apr 2000, Michael A. Hess wrote:

> Marc Weustink wrote:
> > 
> > Thinking of this, I can adjust the makefiles of LCL so that the units
> > go to a lcl/units dir, so that a make of lazarus alone doesnt require
> > a rebuild of the lcl.....
> > 
> > Hmmm......
> 
> This would be a very good idea. In the future we will hopefully be
> making releases of Lazarus. We will want them to be in a units directory
> just as FPC is.

All you need to do is set the
  -FU$(LCLDIR)/units
option, or set
unittargetdir=$(LCLDIR)/units
in Makefile.fpc

This assumes that LCLDIR is a variable containing the top-level directory
of LCL.

Michael.






More information about the Lazarus mailing list