[Lazarus] Lazarus SVN on linux and virtual box WinXP
Graeme Geldenhuys
graemeg.lists at gmail.com
Fri Feb 13 08:14:39 CET 2009
On Thu, Feb 12, 2009 at 8:18 PM, Lukas Gradl <fpc at ssn.at> wrote:
>
> The FPC-Source is on the Shared Server-Drive. The compiled binary is
> local on the workstations (using make install PREFIX=[/usr|C:\FPC] on
> the workstations)
As far as I know (and what I use), it's: INSTALL_PREFIX
Here is my build script...
----------[ startbuild.sh ]-------------------
make clean
make all
make install INSTALL_PREFIX=/opt/fpc_2.2.3
--------------------[ end ]-----------------------
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
More information about the Lazarus
mailing list