1
0
Fork 0
forked from len0rd/rockbox

Commit FS#9494 by Yoshihisa Uchida: add support for building the simulators under Windows using MingW

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19923 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-02-04 20:59:27 +00:00
parent b0a3a563a1
commit e8da447729
5 changed files with 21 additions and 5 deletions

View file

@ -39,7 +39,7 @@ mkdepfile = $(shell \
-e "s: pluginbitmaps/: $(BUILDDIR)/pluginbitmaps/:g" \
-e "s: lib/: $(APPSDIR)/plugins/lib/:g" \
-e "s: codeclib.h: $(APPSDIR)/codecs/lib/codeclib.h:g" \
> $(1)_ && mv $(1)_ $(1) )
>> $(1)_)
# function to create .bmp dependencies
bmpdepfile = $(shell \