1
0
Fork 0
forked from len0rd/rockbox

Add Rockbox icon to windows binary. Icon taken from fwpatcher.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14336 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2007-08-14 15:44:47 +00:00
parent e608327ef2
commit a16ac1faf1
3 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -97,6 +97,7 @@ DEFINES += RBUTIL _LARGEFILE64_SOURCE
win32 {
SOURCES += ../ipodpatcher/ipodio-win32.c
SOURCES += ../sansapatcher/sansaio-win32.c
RC_FILE = rbutilqt.rc
}
unix {

View file

@ -0,0 +1 @@
RBUTIL_ICON ICON DISCARDABLE "icons/rockbox.ico"