X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=mingw-Makefile.conf;h=a023aae138e75d9c8d1935fe892af42dbaf6018f;hp=cdaa44fbaee7de16c9a5dfc1cd3e5abfa0bd84ee;hb=9e69c83769b44a3ac215b21a44c6a0c1a8560bb1;hpb=d60e6ed8037c852eb09f9c0c8fa25c2d8b365f64 diff --git a/mingw-Makefile.conf b/mingw-Makefile.conf index cdaa44fb..a023aae1 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 $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/wget +UNZIPPER ?= start $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/unzip # use mingw32 include mingw-Makefile.inc