]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - mingw-Makefile.conf
Merge branch 'q3rally-gamepack' into 'master'
[xonotic/netradiant.git] / mingw-Makefile.conf
index cdaa44fbaee7de16c9a5dfc1cd3e5abfa0bd84ee..a1281826ba39584213eeaa49ef985d3f76590253 100644 (file)
@@ -7,9 +7,12 @@ 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 $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/wget
+UNZIPPER ?= start $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/unzip
 
 # use mingw32
 include mingw-Makefile.inc
+include mingw-radiantdeps-Makefile.inc