summaryrefslogtreecommitdiff
path: root/config/zlib.mpb
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-04-05 15:43:33 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-04-05 15:43:33 +0000
commit6e7b55cae05f4babb0050a5796221c9079e8e6e4 (patch)
treea4b5566f7629733c7eba7c967ed5601c491a64be /config/zlib.mpb
parent1dd08a7b7175c535fa94f3239927dbb89ba811f6 (diff)
downloadMPC-6e7b55cae05f4babb0050a5796221c9079e8e6e4.tar.gz
ChangeLogTag: Mon Apr 5 10:43:03 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'config/zlib.mpb')
-rw-r--r--config/zlib.mpb18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/zlib.mpb b/config/zlib.mpb
new file mode 100644
index 00000000..1c0ea21a
--- /dev/null
+++ b/config/zlib.mpb
@@ -0,0 +1,18 @@
+// -*- MPC -*-
+// $Id$
+
+feature(zlib) {
+ includes += $(ZLIB_ROOT)/include
+ libpaths += $(ZLIB_ROOT)/lib
+ macros += ZLIB
+
+ specific(cbx, borland, bmake, nmake, em3, vc6, vc7, vc71) {
+ lit_libs += zlib
+ }
+
+ // @@ Notice: If you are building with Cygwin, you may need to manually
+ // change the following library to zlib.
+ specific(gnuace, make, sle) {
+ lit_libs += z
+ }
+}