summaryrefslogtreecommitdiff
path: root/config/zlib.mpb
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-03-09 07:04:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-03-09 07:04:24 +0000
commit598066a5299ebe48fe40ee87352dfbd02181317d (patch)
tree2aaa349e490a919330257ffd70b37989285c3ae8 /config/zlib.mpb
parent613aa53bb46c369910eb43c09c7f57d533fa0982 (diff)
downloadMPC-598066a5299ebe48fe40ee87352dfbd02181317d.tar.gz
Mon Mar 9 07:04:08 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* config/bzip2.mpb: * config/lzo1.mpb: * config/lzo2.mpb: * config/zlib.mpb: On windows we need some different library names
Diffstat (limited to 'config/zlib.mpb')
-rw-r--r--config/zlib.mpb5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/zlib.mpb b/config/zlib.mpb
index 68b8130c..0d5842f2 100644
--- a/config/zlib.mpb
+++ b/config/zlib.mpb
@@ -11,10 +11,7 @@ feature(zlib) {
specific(gnuace, make, sle, automake, ghs) {
lit_libs += z
} else {
- // For Windows, we need to ensure that the library has a decorator.
- // Due to compilation flags used to build this library, we may have
- // linkage conflicts if the release version is used with a debug build.
zlibname = zlib
- libs += $(ZLIBNAME)
+ lit_libs += $(ZLIBNAME)
}
}