summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/pcre.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/config/pcre.mpb')
-rw-r--r--ACE/MPC/config/pcre.mpb17
1 files changed, 17 insertions, 0 deletions
diff --git a/ACE/MPC/config/pcre.mpb b/ACE/MPC/config/pcre.mpb
new file mode 100644
index 00000000000..665b8b22b52
--- /dev/null
+++ b/ACE/MPC/config/pcre.mpb
@@ -0,0 +1,17 @@
+// $Id$
+
+project {
+ requires += pcre
+ includes += $(PCRE_ROOT)/include
+ libpaths += $(PCRE_ROOT)/lib
+
+ // At this point in time (9/17/2009) the windows version of pcre does not
+ // have a version number. And since Visual Studio complains about empty
+ // environment variables, we're not adding the version variable to the
+ // library. This may have to change in the future.
+ specific(prop:microsoft) {
+ lit_libs += pcre
+ } else {
+ lit_libs += pcre$(PCRE_VERSION)
+ }
+}