Return to mingw32make.bat CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpd / miniupnpc |
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