/thirdparty/libportfwd/third-party/miniupnpc-1.6/mingw32make.bat
http://github.com/tomahawk-player/tomahawk · Batch · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · e05af8d93e6745a33ced52c75a24652d MD5 · raw file
- @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