2010/3/16 Paul Ishenin <webpi...@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

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to