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:
parent
0cf4cab431
commit
ec39c05519
4 changed files with 44 additions and 33 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue