mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-26 01:22:40 +01:00
8 lines
172 B
Batchfile
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
|