Annotation of embedaddon/miniupnpc/mingw32make.bat, revision 1.1

1.1     ! misho       1: @mingw32-make -f Makefile.mingw %1
        !             2: @if errorlevel 1 goto end
        !             3: @if not exist upnpc-static.exe goto end
        !             4: @strip upnpc-static.exe
        !             5: @upx --best upnpc-static.exe
        !             6: @strip upnpc-shared.exe
        !             7: @upx --best upnpc-shared.exe
        !             8: :end

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>