X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=mingw-Makefile.conf;h=a023aae138e75d9c8d1935fe892af42dbaf6018f;hb=e4287c28bb2dafedc81c66e63951d947cfbeb225;hp=e6c08904a1bc50377ee0993b8498366d5c08ca4d;hpb=e92d32fdb9e95ecf87ce036dbd14ccd1fe89902f;p=xonotic%2Fnetradiant.git diff --git a/mingw-Makefile.conf b/mingw-Makefile.conf index e6c08904..a023aae1 100644 --- a/mingw-Makefile.conf +++ b/mingw-Makefile.conf @@ -3,7 +3,15 @@ # edit the paths in here # how to get pkg-config -PKGCONFIG = $(RADIANT_DEPENDENCIES_PREFIX)/gtk/bin/pkg-config.exe +PKGCONFIG ?= $(RADIANT_DEPENDENCIES_PREFIX)/gtk/bin/pkg-config.exe + +# extra utils +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 $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/wget +UNZIPPER ?= start $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/unzip # use mingw32 include mingw-Makefile.inc