mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 09:38:12 +02:00
A shell script for updating component icons.
git-svn-id: trunk@48399 -
This commit is contained in:
parent
7bedf21470
commit
13473691f7
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -5904,6 +5904,7 @@ images/components/txmlpropstorage.png -text svneol=unset#image/png
|
||||
images/components/unregisteredcomponent.png -text svneol=unset#image/png
|
||||
images/components_images.bat svneol=native#text/x-msdos-program
|
||||
images/components_images.res -text
|
||||
images/components_images.sh svneol=native#text/plain
|
||||
images/components_images_list.txt svneol=native#text/plain
|
||||
images/componenttreeview.bat svneol=native#text/x-msdos-program
|
||||
images/componenttreeview.res -text
|
||||
|
2
images/components_images.sh
Executable file
2
images/components_images.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
../tools/lazres components_images.res @components_images_list.txt
|
Loading…
Reference in New Issue
Block a user