mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-02-19 19:36:32 +01:00
21 lines
465 B
Plaintext
21 lines
465 B
Plaintext
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
|
|
|
|
|
|
|