[Lazarus] How to stop Lazarus from loading previous project on start?

Vincent Snijders vincent.snijders at gmail.com
Thu Nov 4 21:34:18 CET 2010


2010/11/4 Bo Berglund <bo.berglund at gmail.com>:
> On Thu, 04 Nov 2010 18:35:19 +0100, Bo Berglund
> <bo.berglund at gmail.com> wrote:
>
> Just a follow-up:
> I made a small utility to find a file on path and used it on the PC
> where Lazarus is installed.
> Result:
>
> C:\findfile make.exe
> C:\Programs\Borland\BDS\4.0\Bin\make.exe
> C:\Programs\Borland\Delphi7\Bin\make.exe
>
> As you can see the only make on path is actually from Borland (two
> copies).
>
> So this raises the question if FPC should not put itself on path
> during installation? Otherwise one MUST always specify a long path to
> the make utility in fpc when rebuilding lazarus....

If you install fpc stand-alone, it will after asking.

If you install the lazarus IDE, it doesn't, because you can build
using the IDE itself. It will only break existing Delphi tools which
use Delphi's make.

So, no, it should not.

Vincent




More information about the Lazarus mailing list