X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=mingw-Makefile.conf;h=a1281826ba39584213eeaa49ef985d3f76590253;hp=e6c08904a1bc50377ee0993b8498366d5c08ca4d;hb=0a8e8e98c332c54c5a1cbc0a22b1e0483075a6b5;hpb=e92d32fdb9e95ecf87ce036dbd14ccd1fe89902f diff --git a/mingw-Makefile.conf b/mingw-Makefile.conf index e6c08904..a1281826 100644 --- a/mingw-Makefile.conf +++ b/mingw-Makefile.conf @@ -3,7 +3,16 @@ # 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 +include mingw-radiantdeps-Makefile.inc