First attempt at generating and using .h files from bitmaps using bmp2rb. The .h...
commit8d458175df194672f345ffd239e5803178161391
authordave <dave@a1c6a512-1295-4272-9138-f99709370657>
Tue, 21 Feb 2006 01:23:30 +0000 (21 01:23 +0000)
committerdave <dave@a1c6a512-1295-4272-9138-f99709370657>
Tue, 21 Feb 2006 01:23:30 +0000 (21 01:23 +0000)
tree78eeb5df5820216e2b61756b0e14cf92b1f94ae1
parent0468b1415d4c3d1e3be530de48286a8df8c7f7d1
First attempt at generating and using .h files from bitmaps using bmp2rb.  The .h files are generated for both the core bitmaps and the plugins, but are only currently being used in the core.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8759 a1c6a512-1295-4272-9138-f99709370657
13 files changed:
apps/Makefile
apps/bitmaps/mono/Makefile
apps/bitmaps/native/Makefile
apps/bitmaps/remote_mono/Makefile
apps/bitmaps/remote_native/Makefile
apps/misc.c
apps/plugins/Makefile
apps/plugins/bitmaps/mono/Makefile
apps/plugins/bitmaps/native/Makefile
apps/plugins/bitmaps/remote_mono/Makefile
apps/plugins/bitmaps/remote_native/Makefile
apps/recorder/icons.h
tools/bmp2rb.c