File Info

Rev. 26e8c1975a28342d801e6f7b264fc7d1ee690cde
Size 212 bytes
Time 2020-07-04 19:12:25
Author simphone
Log Message

miniupnpc 2.1

Content

@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
Show on old repository browser