danicoin/external/miniupnpc/mingw32make.bat
2014-04-09 13:14:35 +01:00

9 lines
212 B
Batchfile
Executable file

@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