forked from len0rd/rockbox
Forgotten Makefile change - Link bitmap libraries against plugins for the SDL sim
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8427 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c66da141da
commit
440c7ea5fc
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ ifeq ($(SIMVER), sdl)
|
|||
|
||||
$(OBJDIR)/%.rock : $(OBJDIR)/%.o $(BUILDDIR)/libplugin.a
|
||||
@echo "LD "`basename $@`
|
||||
@$(CC) $(CFLAGS) -shared $< -L$(BUILDDIR) $(CODECLIBS) -lplugin -o $@
|
||||
@$(CC) $(CFLAGS) -shared $< -L$(BUILDDIR) $(CODECLIBS) -lplugin $(LINKBITMAPS) -o $@
|
||||
ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
|
||||
# 'x' must be kept or you'll have "Win32 error 5"
|
||||
# $ fgrep 5 /usr/include/w32api/winerror.h | head -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue