0
0
Fork 0
mirror of https://git.do.srb2.org/KartKrew/Kart-Public.git synced 2025-01-16 14:41:08 +00:00
Kart-Public/libs/miniupnpc/mingw32make.bat
2014-03-15 13:11:35 -04:00

8 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