1
0
Fork 0
forked from lthn/blockchain
blockchain/contrib/miniupnpc/mingw32make.bat
2018-12-27 18:50:45 +03:00

8 lines
212 B
Batchfile

@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