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