summaryrefslogtreecommitdiff
path: root/apps/plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/Makefile')
-rw-r--r--apps/plugins/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile
index ef506a9c4a..2676fa7e8c 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -53,7 +53,7 @@ ifeq ($(SIMVER), x11)
53$(OBJDIR)/%.rock : $(OBJDIR)/%.o $(APPSDIR)/plugin.h 53$(OBJDIR)/%.rock : $(OBJDIR)/%.o $(APPSDIR)/plugin.h
54 @echo "LD $@" 54 @echo "LD $@"
55 @$(CC) $(CFLAGS) -shared $< -L$(OBJDIR) $(CODECLIBS) -lplugin -o $@ 55 @$(CC) $(CFLAGS) -shared $< -L$(OBJDIR) $(CODECLIBS) -lplugin -o $@
56ifeq ($(UNAME),CYGWIN) 56ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
57# 'x' must be kept or you'll have "Win32 error 5" 57# 'x' must be kept or you'll have "Win32 error 5"
58# $ fgrep 5 /usr/include/w32api/winerror.h | head -1 58# $ fgrep 5 /usr/include/w32api/winerror.h | head -1
59# #define ERROR_ACCESS_DENIED 5L 59# #define ERROR_ACCESS_DENIED 5L
@@ -71,7 +71,7 @@ $(OBJDIR)/%.rock : $(OBJDIR)/%.o $(APPSDIR)/plugin.h
71 @echo "DLL $@" 71 @echo "DLL $@"
72 @$(DLLTOOL) $(DLLTOOLFLAGS) -z $(OBJDIR)/$*.def $< 72 @$(DLLTOOL) $(DLLTOOLFLAGS) -z $(OBJDIR)/$*.def $<
73 @$(DLLWRAP) $(DLLWRAPFLAGS) --def $(OBJDIR)/$*.def $< $(OBJDIR)/libplugin.a -o $@ 73 @$(DLLWRAP) $(DLLWRAPFLAGS) --def $(OBJDIR)/$*.def $< $(OBJDIR)/libplugin.a -o $@
74ifeq ($(UNAME),CYGWIN) 74ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
75# 'x' must be kept or you'll have "Win32 error 5" 75# 'x' must be kept or you'll have "Win32 error 5"
76# $ fgrep 5 /usr/include/w32api/winerror.h | head -1 76# $ fgrep 5 /usr/include/w32api/winerror.h | head -1
77# #define ERROR_ACCESS_DENIED 5L 77# #define ERROR_ACCESS_DENIED 5L