]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
workaround problems with wget and svn
authorRudolf Polzer <divverent@alientrap.org>
Sat, 11 Dec 2010 15:06:07 +0000 (16:06 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 11 Dec 2010 15:06:07 +0000 (16:06 +0100)
mingw-Makefile.conf

index cdaa44fbaee7de16c9a5dfc1cd3e5abfa0bd84ee..de553b73e77225ac4c19966fd2f3b2acb7a48736 100644 (file)
@@ -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