diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-04-21 14:31:40 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-04-21 14:31:40 +0000 |
| commit | 890467c1c4cc9af79a92871f670fd775c6a7af0f (patch) | |
| tree | 614fe8ed205d9b983c1a5150f577c93da32a7c55 /auto/lib/openssl | |
| parent | f873e73b965d74c380d0cdce281dd1b3ebd26e5c (diff) | |
| download | nginx-890467c1c4cc9af79a92871f670fd775c6a7af0f.tar.gz nginx-890467c1c4cc9af79a92871f670fd775c6a7af0f.tar.bz2 | |
*) 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
Diffstat (limited to 'auto/lib/openssl')
| -rw-r--r-- | auto/lib/openssl/conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf index bf12d2eb0..8e88bd497 100644 --- a/auto/lib/openssl/conf +++ b/auto/lib/openssl/conf @@ -17,8 +17,8 @@ if [ $OPENSSL != NONE ]; then LINK_DEPS="$LINK_DEPS $OPENSSL/out32/libeay32.lib" CORE_LIBS="$CORE_LIBS $OPENSSL/out32/libeay32.lib" - # libeay32.lib requires gdi32.lib and advapi32.lib - CORE_LIBS="$CORE_LIBS gdi32.lib advapi32.lib" + # libeay32.lib requires gdi32.lib + CORE_LIBS="$CORE_LIBS gdi32.lib" ;; *) @@ -49,8 +49,8 @@ else CORE_LIBS="$CORE_LIBS c:/openssl/ssleay32.lib" CORE_LIBS="$CORE_LIBS c:/openssl/libeay32.lib" - # libeay32.lib requires gdi32.lib and advapi32.lib - CORE_LIBS="$CORE_LIBS gdi32.lib advapi32.lib" + # libeay32.lib requires gdi32.lib + CORE_LIBS="$CORE_LIBS gdi32.lib" ;; *) |
