File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpc / mingw32make.bat
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:16:22 2012 UTC (12 years, 2 months ago) by misho
Branches: miniupnpc, elwix, MAIN
CVS tags: v2_2_5p0, v1_8p0, v1_8, v1_6, HEAD
miniupnpc

@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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>