mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 14:19:26 +02:00
images: remove mainicon.lrs - it is nowhere used now
git-svn-id: trunk@36386 -
This commit is contained in:
parent
47c24e80ad
commit
f47ca6189b
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -4896,7 +4896,6 @@ images/lazdoc/insertremark.png -text
|
|||||||
images/lazdoc/insertvartag.png -text
|
images/lazdoc/insertvartag.png -text
|
||||||
images/lprfile.ico -text svneol=unset#image/x-icon
|
images/lprfile.ico -text svneol=unset#image/x-icon
|
||||||
images/mainicon.ico -text svneol=unset#image/ico
|
images/mainicon.ico -text svneol=unset#image/ico
|
||||||
images/mainicon.lrs svneol=native#text/pascal
|
|
||||||
images/menu/menu_abort_build.png -text svneol=unset#image/png
|
images/menu/menu_abort_build.png -text svneol=unset#image/png
|
||||||
images/menu/menu_build.png -text svneol=unset#image/png
|
images/menu/menu_build.png -text svneol=unset#image/png
|
||||||
images/menu/menu_build_all.png -text svneol=unset#image/png
|
images/menu/menu_build_all.png -text svneol=unset#image/png
|
||||||
|
@ -5,7 +5,6 @@ in png or xpm format.
|
|||||||
bookmark.lrs - Icons for bookmarks
|
bookmark.lrs - Icons for bookmarks
|
||||||
codetoolsdefines.lrs - Icons for CodeTools Defines Editor
|
codetoolsdefines.lrs - Icons for CodeTools Defines Editor
|
||||||
components_images.lrs - Icons and pics for lcl components
|
components_images.lrs - Icons and pics for lcl components
|
||||||
mainicon.lrs - This is the IDE program icon.
|
|
||||||
laz_images.lrs - The icons for the speedbuttons, the menu (Open, Save,...),
|
laz_images.lrs - The icons for the speedbuttons, the menu (Open, Save,...),
|
||||||
package windows, codeexplorer
|
package windows, codeexplorer
|
||||||
splash.lrs - the lazarus logo at IDE start
|
splash.lrs - the lazarus logo at IDE start
|
||||||
@ -28,26 +27,20 @@ cd <lazarusdir>/images/
|
|||||||
../tools/lazres components_images.lrs @components_images_list.txt
|
../tools/lazres components_images.lrs @components_images_list.txt
|
||||||
|
|
||||||
|
|
||||||
3. mainicon.lrs
|
3. laz_images.lrs
|
||||||
|
|
||||||
cd <lazarusdir>/images/
|
|
||||||
../tools/lazres mainicon.lrs mainicon.ico
|
|
||||||
|
|
||||||
|
|
||||||
4. laz_images.lrs
|
|
||||||
|
|
||||||
cd <lazarusdir>/images/
|
cd <lazarusdir>/images/
|
||||||
../tools/lazres laz_images.lrs @laz_images_list.txt
|
../tools/lazres laz_images.lrs @laz_images_list.txt
|
||||||
rm ../main.ppu
|
rm ../main.ppu
|
||||||
|
|
||||||
|
|
||||||
5. splash.lrs
|
4. splash.lrs
|
||||||
|
|
||||||
cd <lazarusdir>/images
|
cd <lazarusdir>/images
|
||||||
./tools/lazres splash_logo.lrs splash_logo.png
|
./tools/lazres splash_logo.lrs splash_logo.png
|
||||||
|
|
||||||
|
|
||||||
6. lazdoc.lrs
|
5. lazdoc.lrs
|
||||||
|
|
||||||
cd <lazarusdir>/images/
|
cd <lazarusdir>/images/
|
||||||
../../tools/lazres ../ide/lazdoc.lrs @lazdoc.txt
|
../../tools/lazres ../ide/lazdoc.lrs @lazdoc.txt
|
||||||
|
5404
images/mainicon.lrs
5404
images/mainicon.lrs
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user