1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00
Files
tomahawk/thirdparty/libportfwd/third-party/miniupnpc-1.6/mingw32make.bat
2011-09-09 02:26:22 +02:00

9 lines
212 B
Batchfile

@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