13 lines
272 B
Plaintext
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
|