1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-26 01:22:40 +01:00
Clementine-audio-player-Mac.../3rdparty/libportfwd/third-party/miniupnpc-20090605/mingw32make.bat
2011-03-08 16:34:20 +00:00

8 lines
172 B
Batchfile

@mingw32-make -f Makefile.mingw %1
@if errorlevel 1 goto end
@strip upnpc-static.exe
@upx --best upnpc-static.exe
@strip upnpc-shared.exe
@upx --best upnpc-shared.exe
:end