comparison auto/lib/openssl/conf @ 2731:06d53ecd70c8

*) move advapi32.lib to core libs since it's required for Registry and Event Log *) delete shell32.lib since we do not use tray icon anymore
author Igor Sysoev <igor@sysoev.ru>
date Tue, 21 Apr 2009 14:31:40 +0000
parents 41f993457021
children 38e59bcc35f2
comparison
equal deleted inserted replaced
2730:95a17423afdb 2731:06d53ecd70c8
15 CORE_LIBS="$CORE_LIBS $OPENSSL/out32/ssleay32.lib" 15 CORE_LIBS="$CORE_LIBS $OPENSSL/out32/ssleay32.lib"
16 16
17 LINK_DEPS="$LINK_DEPS $OPENSSL/out32/libeay32.lib" 17 LINK_DEPS="$LINK_DEPS $OPENSSL/out32/libeay32.lib"
18 CORE_LIBS="$CORE_LIBS $OPENSSL/out32/libeay32.lib" 18 CORE_LIBS="$CORE_LIBS $OPENSSL/out32/libeay32.lib"
19 19
20 # libeay32.lib requires gdi32.lib and advapi32.lib 20 # libeay32.lib requires gdi32.lib
21 CORE_LIBS="$CORE_LIBS gdi32.lib advapi32.lib" 21 CORE_LIBS="$CORE_LIBS gdi32.lib"
22 ;; 22 ;;
23 23
24 *) 24 *)
25 have=NGX_OPENSSL . auto/have 25 have=NGX_OPENSSL . auto/have
26 have=NGX_SSL . auto/have 26 have=NGX_SSL . auto/have
47 47
48 CORE_INCS="$CORE_INCS c:/openssl/include" 48 CORE_INCS="$CORE_INCS c:/openssl/include"
49 CORE_LIBS="$CORE_LIBS c:/openssl/ssleay32.lib" 49 CORE_LIBS="$CORE_LIBS c:/openssl/ssleay32.lib"
50 CORE_LIBS="$CORE_LIBS c:/openssl/libeay32.lib" 50 CORE_LIBS="$CORE_LIBS c:/openssl/libeay32.lib"
51 51
52 # libeay32.lib requires gdi32.lib and advapi32.lib 52 # libeay32.lib requires gdi32.lib
53 CORE_LIBS="$CORE_LIBS gdi32.lib advapi32.lib" 53 CORE_LIBS="$CORE_LIBS gdi32.lib"
54 ;; 54 ;;
55 55
56 *) 56 *)
57 OPENSSL=NO 57 OPENSSL=NO
58 58