From 69cea8edbc70e8282380fd85449baface5e31fef Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 11 Dec 2010 16:06:07 +0100 Subject: [PATCH] workaround problems with wget and svn --- mingw-Makefile.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.2