[Lazarus] StateImages support in TListView

Paul Ishenin ip at kmiac.ru
Fri Oct 23 07:27:31 CEST 2009


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.





More information about the Lazarus mailing list