1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-25 09:10:49 +01:00
Clementine-audio-player-Mac.../3rdparty/libportfwd/third-party/miniupnpc-20090605/mingw32make.bat

8 lines
172 B
Batchfile
Raw Normal View History

2011-03-08 17:34:20 +01:00
@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