Boian Mitov wrote:
Are there any instructions how to rebuild in Windows? I will run now rebuild from the Lazarus GUI. Is that the correct option?
You need to use the make program from the fpc bin directory. For example my build_win32.bat file looks so: @echo off d:\programming\fpc\bin\i386-win32\make.exe bigide OPT="-gh" if ERRORLEVEL 2 goto buidend del lazarus.win32.exe /Q ren lazarus.exe lazarus.win32.exe :buidend Best regards, Paul Ishenin. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
