0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-01-10 20:10:45 +00:00
SRB2/libs/miniupnpc/mingw32make.bat

9 lines
220 B
Batchfile
Raw Normal View History

2014-03-15 16:59:03 +00:00
@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