projects
/
xonotic
/
netradiant.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
on mingw, use the "utils" as path too
[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
PATH := $(PATH):$(RADIANT_DEPENDENCIES_PREFIX)/util/bin
10
11
# use mingw32
12
include mingw-Makefile.inc