[Lazarus] svn r23973 unable to open old projects

Kjow antispammoni at gmail.com
Tue Mar 16 09:47:44 CET 2010


2010/3/16 Paul Ishenin <webpirat at mail.ru>:
> "make bigideclean bigide" installs just more packages than "make clean all"
> so you can use the first command after an svn update.
>
> Best regards,
> Paul Ishenin.

Thanks!

So I'm going to replace this:

...
cd C:\Develop\Lazarus
svn up
make clean all
lazbuild --build-ide=
strip --strip-all lazarus.exe
strip --strip-all lazbuild.exe
strip --strip-all startlazarus.exe
pause
exit

With this:

...
cd C:\Develop\Lazarus
svn up
make clean bigide OPT="-dOldAutoSize"
strip --strip-all lazarus.exe
strip --strip-all lazbuild.exe
strip --strip-all startlazarus.exe
pause
exit

Thank you,
Kjow




More information about the Lazarus mailing list