deluge/miniupnpc/mingw32make.bat

6 lines
98 B
Batchfile
Raw Normal View History

2007-03-20 02:18:32 +00:00
mingw32-make -f Makefile.mingw
if errorlevel 1 goto end
strip upnpc.exe
upx --best upnpc.exe
:end