I don't know what is wrong with appveyor, this is another try to get things working
This commit is contained in:
parent
53367cf85a
commit
42461f4e41
|
@ -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 $@ $<
|
||||||
|
|
Loading…
Reference in New Issue