9a0042c61e
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@2 3f5042e3-fb1d-0410-be18-d6ca2573e517
7 lines
163 B
Makefile
7 lines
163 B
Makefile
|
|
# PCRE Definitions
|
|
export REGEXLIB = "-lpcreposix -lpcre"
|
|
export REGEXIP = "-I@PCREDIR@/include"
|
|
export REGEXLP = "-L@PCREDIR@/lib"
|
|
export REGEXDEF = "-DPCRE"
|