X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=mingw-Makefile.conf;h=a023aae138e75d9c8d1935fe892af42dbaf6018f;hp=4d335c49fcb758a8a5912ffe9ce77c739a9b18ba;hb=f15b9265ecdd46d8e5fc377e62a159b74073f532;hpb=257292c06e84286e668e53575285f6922563b41c diff --git a/mingw-Makefile.conf b/mingw-Makefile.conf index 4d335c49..a023aae1 100644 --- a/mingw-Makefile.conf +++ b/mingw-Makefile.conf @@ -3,10 +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 -PATH := $(PATH):$(RADIANT_DEPENDENCIES_PREFIX)/util/bin +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