]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - mingw-Makefile.conf
add an opt-out setting to not write entity and brush number comment on map write
[xonotic/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 SVN ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/svn
11
12 # these two need the "start" workaround, or they seem to crash (TODO figure out why)
13 WGET ?= start $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/wget
14 UNZIPPER ?= start $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/unzip
15
16 # use mingw32
17 include mingw-Makefile.inc
18 include mingw-radiantdeps-Makefile.inc