[Lazarus] svn r23973 unable to open old projects

Vincent Snijders vsnijders at vodafonevast.nl
Tue Mar 16 15:37:18 CET 2010


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





More information about the Lazarus mailing list