X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=mingw-Makefile.conf;h=a1281826ba39584213eeaa49ef985d3f76590253;hp=cdaa44fbaee7de16c9a5dfc1cd3e5abfa0bd84ee;hb=refs%2Fheads%2FMelanosuchus%2Fcmake;hpb=d60e6ed8037c852eb09f9c0c8fa25c2d8b365f64 diff --git a/mingw-Makefile.conf b/mingw-Makefile.conf index cdaa44fb..a1281826 100644 --- a/mingw-Makefile.conf +++ b/mingw-Makefile.conf @@ -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