/thirdparty/libportfwd/third-party/miniupnpc-1.6/mingw32make.bat

http://github.com/tomahawk-player/tomahawk · Batch · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · e05af8d93e6745a33ced52c75a24652d MD5 · raw file

  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