mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
9 lines
220 B
Batchfile
9 lines
220 B
Batchfile
|
@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
|