From 95538f694901263d7a5282901acb73958082ea82 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 21 Feb 2006 01:23:30 +0000 Subject: 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 --- apps/plugins/bitmaps/remote_native/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/bitmaps/remote_native/Makefile') diff --git a/apps/plugins/bitmaps/remote_native/Makefile b/apps/plugins/bitmaps/remote_native/Makefile index 91a42908f5..405f3fd5af 100644 --- a/apps/plugins/bitmaps/remote_native/Makefile +++ b/apps/plugins/bitmaps/remote_native/Makefile @@ -21,6 +21,7 @@ DEPFILE = $(OBJDIR)/dep-bitmaps-remotenative BMP2RB = $(BMP2RB_REMOTENATIVE) OUTPUT = $(BUILDDIR)/libpluginbitmapsremotenative.a +BMPINCDIR = $(BUILDDIR)/pluginbitmaps include $(TOOLSDIR)/makebmp.inc -- cgit v1.2.3