maui/include/Makefile.inc.pcre.in

7 lines
163 B
Makefile
Raw Permalink Normal View History

# PCRE Definitions
export REGEXLIB = "-lpcreposix -lpcre"
export REGEXIP = "-I@PCREDIR@/include"
export REGEXLP = "-L@PCREDIR@/lib"
export REGEXDEF = "-DPCRE"