forked from len0rd/rockbox
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
This commit is contained in:
parent
d04dbca00b
commit
95538f6949
13 changed files with 85 additions and 54 deletions
|
|
@ -21,6 +21,7 @@ DEPFILE = $(OBJDIR)/dep-bitmaps-native
|
|||
|
||||
BMP2RB = $(BMP2RB_NATIVE)
|
||||
OUTPUT = $(BUILDDIR)/libpluginbitmapsnative.a
|
||||
BMPINCDIR = $(BUILDDIR)/pluginbitmaps
|
||||
|
||||
include $(TOOLSDIR)/makebmp.inc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue