deluge/miniupnpc/mingw32make.bat

6 lines
98 B
Batchfile

mingw32-make -f Makefile.mingw
if errorlevel 1 goto end
strip upnpc.exe
upx --best upnpc.exe
:end