Merge branch 'master' into fixes_for_dragonfly
This commit is contained in:
commit
f66800e114
1
README
1
README
|
@ -5,6 +5,7 @@ Web site : http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
|
||||||
Github : https://github.com/miniupnp/miniupnp/
|
Github : https://github.com/miniupnp/miniupnp/
|
||||||
Freecode : http://freecode.com/projects/miniupnp
|
Freecode : http://freecode.com/projects/miniupnp
|
||||||
Travis CI : https://travis-ci.org/miniupnp/miniupnp
|
Travis CI : https://travis-ci.org/miniupnp/miniupnp
|
||||||
|
Appveyor : https://ci.appveyor.com/project/miniupnp/miniupnp
|
||||||
|
|
||||||
miniupnpc/ : MiniUPnP client - an UPnP IGD control point
|
miniupnpc/ : MiniUPnP client - an UPnP IGD control point
|
||||||
miniupnpd/ : MiniUPnP daemon - an implementation of a UPnP IGD
|
miniupnpd/ : MiniUPnP daemon - an implementation of a UPnP IGD
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
install:
|
install:
|
||||||
- set PATH=%PATH%;C:\MinGW\bin
|
- set PATH=%PATH%;C:\msys64\mingw32\bin
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: 'cd miniupnpc'
|
- cd miniupnpc
|
||||||
- cmd: 'mingw32-make -f Makefile.mingw'
|
- mingw32-make -f Makefile.mingw
|
||||||
# - cmd: 'upnpc-static.exe -l'
|
# - upnpc-static.exe -l
|
||||||
|
|
Loading…
Reference in New Issue