diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-02-21 01:23:30 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-02-21 01:23:30 +0000 |
| commit | 95538f694901263d7a5282901acb73958082ea82 (patch) | |
| tree | 78eeb5df5820216e2b61756b0e14cf92b1f94ae1 /apps/bitmaps/remote_native/Makefile | |
| parent | d04dbca00b2f288aa02978623cf9f412fb09c56b (diff) | |
| download | rockbox-95538f694901263d7a5282901acb73958082ea82.zip rockbox-95538f694901263d7a5282901acb73958082ea82.tar.gz rockbox-95538f694901263d7a5282901acb73958082ea82.tar.bz2 rockbox-95538f694901263d7a5282901acb73958082ea82.tar.xz | |
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
Diffstat (limited to 'apps/bitmaps/remote_native/Makefile')
| -rw-r--r-- | apps/bitmaps/remote_native/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/bitmaps/remote_native/Makefile b/apps/bitmaps/remote_native/Makefile index 882505d..573ee55 100644 --- a/apps/bitmaps/remote_native/Makefile +++ b/apps/bitmaps/remote_native/Makefile @@ -21,6 +21,7 @@ DEPFILE = $(OBJDIR)/dep-bitmaps-remotenative BMP2RB = $(BMP2RB_REMOTENATIVE) OUTPUT = $(BUILDDIR)/libbitmapsremotenative.a +BMPINCDIR = $(BUILDDIR)/bitmaps include $(TOOLSDIR)/makebmp.inc |