dynamic loading of network stack no longer needed
This commit is contained in:
8
zto/ext/miniupnpc/mingw32make.bat
Normal file
8
zto/ext/miniupnpc/mingw32make.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user