projects
/
xonotic
/
netradiant.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69cea8e
)
fix the start workaround
author
Rudolf Polzer <divverent@alientrap.org>
Sat, 11 Dec 2010 15:08:13 +0000
(16:08 +0100)
committer
Rudolf Polzer <divverent@alientrap.org>
Sat, 11 Dec 2010 15:08:13 +0000
(16:08 +0100)
mingw-Makefile.conf
patch
|
blob
|
history
diff --git
a/mingw-Makefile.conf
b/mingw-Makefile.conf
index
de553b7
..
a023aae
100644
(file)
--- a/
mingw-Makefile.conf
+++ b/
mingw-Makefile.conf
@@
-10,8
+10,8
@@
GIT ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/git
SVN ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/svn
# 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
+WGET ?= start $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/wget
+UNZIPPER ?= start $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/unzip
# use mingw32
include mingw-Makefile.inc