If you update frequently, it may be more convenient to use subversion. Just install 1 snapshot as usual, just so that you have the adequate FPC, and then use tortoisesvn to get the latest Lazarus. You can even remove everything except the mingw and the fpc dirs inside the snapshot.
Then you can put a batch script in your lazarus this, like this one, to build your Lazarus: PATH=C:\Programas\lazarus22\fpc\2.2.1\bin\i386-win32 make OPT="-dWindowsUnicodeSupport" pause To update you just do svn update in tortoisesvn and then run the batch again. -- Felipe Monteiro de Carvalho _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
