comparison auto/lib/pcre/conf @ 297:ee394e997c77

nginx-0.0.3-2004-03-29-21:43:58 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 29 Mar 2004 17:43:58 +0000
parents 99b349386504
children 6b91bfbc4123
comparison
equal deleted inserted replaced
296:bfe099e3f5b4 297:ee394e997c77
1 1
2 if [ $PCRE != NONE ]; then 2 if [ $PCRE != NONE ]; then
3 CORE_INCS="$CORE_INCS -I $PCRE" 3 CORE_INCS="$CORE_INCS $PCRE"
4 CORE_DEPS="$CORE_DEPS $REGEX_DEPS" 4 CORE_DEPS="$CORE_DEPS $REGEX_DEPS"
5 CORE_SRCS="$CORE_SRCS $REGEX_SRCS" 5 CORE_SRCS="$CORE_SRCS $REGEX_SRCS"
6 6
7 case "$CC" in 7 case "$CC" in
8 8
9 cl) 9 cl | wcl386 | bcc32)
10 have=HAVE_PCRE . auto/have
11 have=PCRE_STATIC . auto/have
12 CORE_DEPS="$CORE_DEPS $PCRE/pcre.h"
13 LINK_DEPS="$LINK_DEPS $PCRE/pcre.lib"
14 CORE_LIBS="$CORE_LIBS pcre.lib"
15 CORE_LINK="$CORE_LINK -libpath:$PCRE"
16 ;;
17
18 wcl386)
19 have=HAVE_PCRE . auto/have 10 have=HAVE_PCRE . auto/have
20 have=PCRE_STATIC . auto/have 11 have=PCRE_STATIC . auto/have
21 CORE_DEPS="$CORE_DEPS $PCRE/pcre.h" 12 CORE_DEPS="$CORE_DEPS $PCRE/pcre.h"
22 LINK_DEPS="$LINK_DEPS $PCRE/pcre.lib" 13 LINK_DEPS="$LINK_DEPS $PCRE/pcre.lib"
23 CORE_LIBS="$CORE_LIBS $PCRE/pcre.lib" 14 CORE_LIBS="$CORE_LIBS $PCRE/pcre.lib"