I don't know what is wrong with appveyor, this is another try to get things working

This commit is contained in:
Thomas Bernard 2015-10-26 10:48:45 +01:00
parent 53367cf85a
commit 42461f4e41
1 changed files with 2 additions and 2 deletions

View File

@ -46,10 +46,10 @@ miniupnpc.dll: libminiupnpc.a $(OBJSDLL)
$(OBJSDLL) $(LDLIBS) $(OBJSDLL) $(LDLIBS)
miniupnpc.lib: miniupnpc.dll miniupnpc.lib: miniupnpc.dll
echo $@ generated with $< # echo $@ generated with $<
dll/upnpc.o: upnpc.o dll/upnpc.o: upnpc.o
echo $@ generated with $< # echo $@ generated with $<
.c.o: .c.o:
$(CC) $(CFLAGS) -DMINIUPNP_STATICLIB -c -o $@ $< $(CC) $(CFLAGS) -DMINIUPNP_STATICLIB -c -o $@ $<