File: mingw32make.bat

package info (click to toggle)
miniupnpc 1.9.20140610-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 716 kB
  • ctags: 665
  • sloc: ansic: 6,548; makefile: 305; sh: 115; python: 114; java: 88; xml: 9
file content (8 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
@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