mingw32make.bat 172 B

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