Wed Jun 4 09:36:54 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
[MPC.git] / config / pcre.mpb
blob665b8b22b528c62838c15d6e1f9a86dee19a6790
1 // $Id$
3 project {
4   requires += pcre
5   includes += $(PCRE_ROOT)/include
6   libpaths += $(PCRE_ROOT)/lib
8   // At this point in time (9/17/2009) the windows version of pcre does not
9   // have a version number.  And since Visual Studio complains about empty
10   // environment variables, we're not adding the version variable to the
11   // library.  This may have to change in the future.
12   specific(prop:microsoft) {
13     lit_libs += pcre
14   } else {
15     lit_libs += pcre$(PCRE_VERSION)
16   }