summaryrefslogtreecommitdiff
path: root/tools/rbspeex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rbspeex/Makefile')
-rw-r--r--tools/rbspeex/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile
index 294a5d5..446d658 100644
--- a/tools/rbspeex/Makefile
+++ b/tools/rbspeex/Makefile
@@ -70,6 +70,12 @@ $(DEPFILE): $(SOURCES)
-include $(DEPFILE)
+dll: rbspeex.dll
+rbspeex.dll: $(OUT)/rbspeex.dll
+$(OUT)/rbspeex.dll: $(OBJS) $(OUT)/rbspeex.o
+ @echo DLL $(notdir $@)
+ $(SILENT)$(CC) $(CFLAGS) -shared -o $@ $^ -Wl,--output-def,$(OUT)/rbspeex.def
+
$(OUT)/librbspeex.a: $(OBJS) $(DEPFILE) $(OUT)/rbspeex.o
@echo AR $(notdir $@)
$(SILENT)$(AR) rucs $@ $+ > /dev/null 2>&1