mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-02-19 18:56:40 +01:00
- lcl_dbgrid_images and - lcl_dbnav_images so applications will include only those images they really nead 2. remove old lclicons 3. add script files to build resources git-svn-id: trunk@13241 -
20 lines
601 B
Plaintext
20 lines
601 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 or png format.
|
|
|
|
lcl_dbgrid_images.lrs - Icons, included by dbgrids.pas
|
|
lcl_dbnav_images.lrs - Icons, included by dbctrls.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.
|
|
|
|
|
|
Under windows use script files: lcl_dbgrid_images.bat, lcl_dbnav_images.bat,
|
|
Under other systems use similar script - just replace directory separator.
|
|
|
|
|
|
|