From 42461f4e417489a86b1fef62699033b145287490 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Mon, 26 Oct 2015 10:48:45 +0100 Subject: [PATCH] I don't know what is wrong with appveyor, this is another try to get things working --- miniupnpc/Makefile.mingw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miniupnpc/Makefile.mingw b/miniupnpc/Makefile.mingw index c1f9c03..4afd76e 100644 --- a/miniupnpc/Makefile.mingw +++ b/miniupnpc/Makefile.mingw @@ -46,10 +46,10 @@ miniupnpc.dll: libminiupnpc.a $(OBJSDLL) $(OBJSDLL) $(LDLIBS) miniupnpc.lib: miniupnpc.dll - echo $@ generated with $< +# echo $@ generated with $< dll/upnpc.o: upnpc.o - echo $@ generated with $< +# echo $@ generated with $< .c.o: $(CC) $(CFLAGS) -DMINIUPNP_STATICLIB -c -o $@ $<