[lazarus] Broken makefile
Vincent Snijders
vslist at zonnet.nl
Sun Dec 28 03:58:36 EST 2003
On Sun, 28 Dec 2003 00:27:33 -0200
Karl Brandt <pascal at sendnet.com.br> wrote:
> It looks that lcl\makefile and lcl\intf\win32\makefile are broken
> The intf compiled units are copied to
> D:\cvs\lazarus\lcl\units\i386\win32\win32\* instead of
> D:\cvs\lazarus\lcl\units\win32
>
> karl brandt
This is new feature, see for backgound the thread "feature request:
compiled units in target dependantdirectory", started 18 december.
This path is created by the following rule:
lcl\units\$targetproc\$targetos\$lclwidgetset
It enables you to have compiled units for multiple
targets, for example the gtk units for linux on a i386 processor go to
lcl\units\i386\linux\gtk
and the gtk units for gtk for freebsd go to lcl\units\i386\freebsd\gtk
I don't think the win32 lclwidgetset will have multiple targets soon,
but maybe windows will run on 64 bits too.
HTH,
Vincent.
More information about the Lazarus
mailing list