From: Rudolf Polzer Date: Sat, 11 Dec 2010 15:06:07 +0000 (+0100) Subject: workaround problems with wget and svn X-Git-Tag: xonotic-v0.5.0~122 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=69cea8edbc70e8282380fd85449baface5e31fef;p=xonotic%2Fnetradiant.git workaround problems with wget and svn --- diff --git a/mingw-Makefile.conf b/mingw-Makefile.conf index cdaa44fb..de553b73 100644 --- a/mingw-Makefile.conf +++ b/mingw-Makefile.conf @@ -7,9 +7,11 @@ PKGCONFIG ?= $(RADIANT_DEPENDENCIES_PREFIX)/gtk/bin/pkg-config.exe # extra utils GIT ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/git -WGET ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/wget SVN ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/svn -UNZIPPER ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/unzip + +# these two need the "start" workaround, or they seem to crash (TODO figure out why) +WGET ?= start /min $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/wget +UNZIPPER ?= start /min $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/unzip # use mingw32 include mingw-Makefile.inc