deluge/miniupnpc/mingw32make.bat
2007-03-20 02:18:32 +00:00

6 lines
98 B
Batchfile

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