Kjow schreef:
 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


AFAIK OldAutoSize is used in the LCL en IDE only, relinking and adding components don't recompile it.

With this:

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

Vincent


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to