aboutsummaryrefslogtreecommitdiff
path: root/external/miniupnpc/mingw32make.bat
blob: c5d3cc4ff5d7d4c1661e530d2d553c4ecfcd2d3a (plain) (blame)
1
2
3
4
5
6
7
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