mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-01 01:51:58 +02:00
* Updated miniupnp and added blocked devices support to libportfwd.
This commit is contained in:
8
thirdparty/libportfwd/third-party/miniupnpc-1.6/mingw32make.bat
vendored
Normal file
8
thirdparty/libportfwd/third-party/miniupnpc-1.6/mingw32make.bat
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
@mingw32-make -f Makefile.mingw %1
|
||||
@if errorlevel 1 goto end
|
||||
@if not exist upnpc-static.exe goto end
|
||||
@strip upnpc-static.exe
|
||||
@upx --best upnpc-static.exe
|
||||
@strip upnpc-shared.exe
|
||||
@upx --best upnpc-shared.exe
|
||||
:end
|
Reference in New Issue
Block a user