1@mingw32-make -f Makefile.mingw %1
2@if errorlevel 1 goto end
3@if not exist upnpc-static.exe goto end
4@strip upnpc-static.exe
5@upx --best upnpc-static.exe
6@strip upnpc-shared.exe
7@upx --best upnpc-shared.exe
8:end
9