]> icculus.org git repositories - divverent/netradiant.git/blob - mingw-Makefile.conf
PATH trick does not work, so let's ignore the problem and use explicit paths
[divverent/netradiant.git] / mingw-Makefile.conf
1 # Usage:
2 # copy this file to Makefile.conf
3 # edit the paths in here
4
5 # how to get pkg-config
6 PKGCONFIG ?= $(RADIANT_DEPENDENCIES_PREFIX)/gtk/bin/pkg-config.exe
7
8 # extra utils
9 GIT ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/git
10 WGET ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/wget
11 SVN ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/svn
12 UNZIPPER ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/unzip
13
14 # use mingw32
15 include mingw-Makefile.inc