fix the start workaround

This commit is contained in:
Rudolf Polzer 2010-12-11 16:08:13 +01:00
parent 69cea8edbc
commit 0fea7f972d

View File

@ -10,8 +10,8 @@ GIT ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/git
SVN ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/svn SVN ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/svn
# these two need the "start" workaround, or they seem to crash (TODO figure out why) # these two need the "start" workaround, or they seem to crash (TODO figure out why)
WGET ?= start /min $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/wget WGET ?= start $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/wget
UNZIPPER ?= start /min $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/unzip UNZIPPER ?= start $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/unzip
# use mingw32 # use mingw32
include mingw-Makefile.inc include mingw-Makefile.inc