comparison auto/lib/pcre/conf @ 288:f81d075ad172

nginx-0.0.2-2004-03-14-23:46:25 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 14 Mar 2004 20:46:25 +0000
parents fc8dc489247e
children 99b349386504
comparison
equal deleted inserted replaced
287:35a6a9df2d25 288:f81d075ad172
7 case $CC in 7 case $CC in
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.h"
13 LINK_DEPS="$LINK_DEPS $PCRE/pcre.lib"
13 CORE_LIBS="$CORE_LIBS pcre.lib" 14 CORE_LIBS="$CORE_LIBS pcre.lib"
14 CORE_LINK="$CORE_LINK -libpath:$PCRE" 15 CORE_LINK="$CORE_LINK -libpath:$PCRE"
15 ;; 16 ;;
16 17
17 wcl386) 18 wcl386)
18 have=HAVE_PCRE . auto/have 19 have=HAVE_PCRE . auto/have
19 have=PCRE_STATIC . auto/have 20 have=PCRE_STATIC . auto/have
20 CORE_DEPS="$CORE_DEPS $PCRE/pcre.lib" 21 CORE_DEPS="$CORE_DEPS $PCRE/pcre.h"
22 LINK_DEPS="$LINK_DEPS $PCRE/pcre.lib"
21 CORE_LIBS="$CORE_LIBS $PCRE/pcre.lib" 23 CORE_LIBS="$CORE_LIBS $PCRE/pcre.lib"
24 ;;
25
26 *icc)
27 have=HAVE_PCRE . auto/have
28 CORE_DEPS="$CORE_DEPS $PCRE/pcre.h"
29
30 LINK_DEPS="$LINK_DEPS $PCRE/.libs/libpcre.a"
31
32 # to allow -ipo optimization we link with the *.o but not library
33 CORE_LIBS="$CORE_LIBS $PCRE/maketables.o"
34 CORE_LIBS="$CORE_LIBS $PCRE/get.o"
35 CORE_LIBS="$CORE_LIBS $PCRE/study.o"
36 CORE_LIBS="$CORE_LIBS $PCRE/pcre.o"
22 ;; 37 ;;
23 38
24 *) 39 *)
25 have=HAVE_PCRE . auto/have 40 have=HAVE_PCRE . auto/have
26 CORE_DEPS="$CORE_DEPS $PCRE/pcre.h" 41 CORE_DEPS="$CORE_DEPS $PCRE/pcre.h"