lazarus/components/exampleswindow/images/make_res.bat

4 lines
113 B
Batchfile

dir /b /l /on *.png > files.txt
..\..\..\tools\lazres.exe ..\exampleprojects_images.res @files.txt
del files.txt