Files
MinecraftCommunityEdition-c…/Minecraft.Client/miniupnpc/mingw32make.bat
2026-03-04 10:11:27 -05: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