Merge pull request #228 from DOCGroup/jwillemsen-patch-1
[MPC.git] / config / pcre.mpb
blobab625b80705fcab0c20de40dc08fb5237046d5ec
1 project {
2   requires += pcre
3   includes += $(PCRE_ROOT)/include
4   libpaths += $(PCRE_ROOT)/lib
6   // At this point in time (9/17/2009) the windows version of pcre does not
7   // have a version number.  And since Visual Studio complains about empty
8   // environment variables, we're not adding the version variable to the
9   // library.  This may have to change in the future.
10   specific(prop:microsoft) {
11     lit_libs += pcre
12   } else {
13     lit_libs += pcre$(PCRE_VERSION)
14   }