1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Yoshihisa Uchida 2010-02-25 12:28:30 +00:00
parent 0cf4cab431
commit ec39c05519
4 changed files with 44 additions and 33 deletions

View file

@ -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)))