summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile
index ca3b51482c..51d6b63c21 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -114,7 +114,7 @@ ifeq ($(SIMVER), sdl)
114 114
115$(OBJDIR)/%.rock : $(OBJDIR)/%.o $(BUILDDIR)/libplugin.a 115$(OBJDIR)/%.rock : $(OBJDIR)/%.o $(BUILDDIR)/libplugin.a
116 @echo "LD "`basename $@` 116 @echo "LD "`basename $@`
117 @$(CC) $(CFLAGS) -shared $< -L$(BUILDDIR) $(CODECLIBS) -lplugin -o $@ 117 @$(CC) $(CFLAGS) -shared $< -L$(BUILDDIR) $(CODECLIBS) -lplugin $(LINKBITMAPS) -o $@
118ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 118ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
119# 'x' must be kept or you'll have "Win32 error 5" 119# 'x' must be kept or you'll have "Win32 error 5"
120# $ fgrep 5 /usr/include/w32api/winerror.h | head -1 120# $ fgrep 5 /usr/include/w32api/winerror.h | head -1