2
0
mirror of https://github.com/status-im/miniupnp.git synced 2025-01-10 14:16:02 +00:00
2011-09-27 22:25:35 +02:00

9 lines
212 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