comparison auto/lib/pcre/conf @ 286:fc8dc489247e

nginx-0.0.2-2004-03-12-00:34:52 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Mar 2004 21:34:52 +0000
parents 30310107dbc9
children f81d075ad172
comparison
equal deleted inserted replaced
285:8f48e6366d09 286:fc8dc489247e
8 8
9 cl) 9 cl)
10 have=HAVE_PCRE . auto/have 10 have=HAVE_PCRE . auto/have
11 have=PCRE_STATIC . auto/have 11 have=PCRE_STATIC . auto/have
12 CORE_DEPS="$CORE_DEPS $PCRE/pcre.lib" 12 CORE_DEPS="$CORE_DEPS $PCRE/pcre.lib"
13 #CORE_DEPS="$PCRE/pcre.lib $CORE_DEPS"
14 CORE_LIBS="$CORE_LIBS pcre.lib" 13 CORE_LIBS="$CORE_LIBS pcre.lib"
15 CORE_LINK="$CORE_LINK -libpath:$PCRE" 14 CORE_LINK="$CORE_LINK -libpath:$PCRE"
16 ;; 15 ;;
17 16
18 wcl386) 17 wcl386)
22 CORE_LIBS="$CORE_LIBS $PCRE/pcre.lib" 21 CORE_LIBS="$CORE_LIBS $PCRE/pcre.lib"
23 ;; 22 ;;
24 23
25 *) 24 *)
26 have=HAVE_PCRE . auto/have 25 have=HAVE_PCRE . auto/have
27 CORE_DEPS="$CORE_DEPS $PCRE/.libs/libpcre.a" 26 CORE_DEPS="$CORE_DEPS $PCRE/pcre.h"
27 LINK_DEPS="$LINK_DEPS $PCRE/.libs/libpcre.a"
28 CORE_LIBS="$CORE_LIBS -L $PCRE/.libs -lpcre" 28 CORE_LIBS="$CORE_LIBS -L $PCRE/.libs -lpcre"
29 ;; 29 ;;
30 30
31 esac 31 esac
32 32