summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/zlib/conf
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-03-29 17:43:58 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-03-29 17:43:58 +0000
commit11dbe97ca401221313dc233aa2d6f67dfcaef1a7 (patch)
treefcd53429592c68f6fdf8d3ad4b0c151b9ebd5ff3 /auto/lib/zlib/conf
parent14f02ed0dde2ee19da75cd836daf76505d7f2e9c (diff)
downloadnginx-11dbe97ca401221313dc233aa2d6f67dfcaef1a7.tar.gz
nginx-11dbe97ca401221313dc233aa2d6f67dfcaef1a7.tar.bz2
nginx-0.0.3-2004-03-29-21:43:58 import
Diffstat (limited to 'auto/lib/zlib/conf')
-rw-r--r--auto/lib/zlib/conf10
1 files changed, 2 insertions, 8 deletions
diff --git a/auto/lib/zlib/conf b/auto/lib/zlib/conf
index c699ca63f..82cc5edc8 100644
--- a/auto/lib/zlib/conf
+++ b/auto/lib/zlib/conf
@@ -1,16 +1,10 @@
if [ $ZLIB != NONE ]; then
- CORE_INCS="$CORE_INCS -I $ZLIB"
+ CORE_INCS="$CORE_INCS $ZLIB"
case "$CC" in
- cl)
- LINK_DEPS="$LINK_DEPS $ZLIB/zlib.lib"
- CORE_LIBS="$CORE_LIBS zlib.lib"
- CORE_LINK="$CORE_LINK -libpath:$ZLIB"
- ;;
-
- wcl386)
+ cl | wcl386 | bcc32)
LINK_DEPS="$LINK_DEPS $ZLIB/zlib.lib"
CORE_LIBS="$CORE_LIBS $ZLIB/zlib.lib"
;;