mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-12 03:38:16 +02:00
This directory contains all images needed by the LCL. Images are stored in lazarus resource files (.lrs). Each icon is stored in xpm format. lclicons.lrs - Icons, included by lclintf.pas How to update the image resources: Creating a lazarus resource can easily be done by the lazres program. If you have not yet compiled lazres, go to the tools directory and type make. 1. lclicons.lrs cd <lazarusdir>/lcl/images/ ../../tools/lazres ../lclicons.lrs *.xpm