forked from Mirrors/freeswitch
f52df34b37
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13510 d0543943-73ff-0310-b7d9-9358b9ac24b2
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
|