netradiant-custom/mingw-Makefile.conf
2010-12-11 15:14:45 +01:00

13 lines
272 B
Plaintext

# Usage:
# copy this file to Makefile.conf
# edit the paths in here
# how to get pkg-config
PKGCONFIG = $(RADIANT_DEPENDENCIES_PREFIX)/gtk/bin/pkg-config.exe
# extra utils
PATH := $(PATH):$(RADIANT_DEPENDENCIES_PREFIX)/util/bin
# use mingw32
include mingw-Makefile.inc