From ec39c055198cc4536e8131f142df1f0a9661982c Mon Sep 17 00:00:00 2001 From: Yoshihisa Uchida Date: Thu, 25 Feb 2010 12:28:30 +0000 Subject: tools/database: build process updates. - buildable for Cygwin/MinGW. - SDL cobfig is set by using SDL-config. - metadata/*.c add automaticaly when database tool builds. - bitmap files do not create when database tool builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24908 a1c6a512-1295-4272-9138-f99709370657 --- tools/root.make | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tools/root.make') diff --git a/tools/root.make b/tools/root.make index 76d493b..4bf1a32 100644 --- a/tools/root.make +++ b/tools/root.make @@ -57,8 +57,10 @@ all: $(DEPFILE) build include $(TOOLSDIR)/tools.make ifeq (,$(findstring checkwps,$(APPSDIR))) - include $(FIRMDIR)/firmware.make - include $(ROOTDIR)/apps/bitmaps/bitmaps.make + ifeq (,$(findstring database,$(APPSDIR))) + include $(FIRMDIR)/firmware.make + include $(ROOTDIR)/apps/bitmaps/bitmaps.make + endif endif ifneq (,$(findstring bootloader,$(APPSDIR))) -- cgit v1.1