summaryrefslogtreecommitdiff
path: root/images/stdimg_updatew.bat
blob: aee458b93e193aa27e6c98f33b59557d2e4a0c66 (plain)
1
2
3
if not exist updatestdimgs.exe fpc -O2 -Xs -XX -Sh -FUunits -oupdatestdimgs.exe updatestdimgs.pas
if exist updatestdimgs.exe updatestdimgs.exe --prefix=stdimg > ../src/corelib/stdimages.inc
pause