Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-04-21 18:31:40 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-04-21 18:31:40 +0400
commit890467c1c4cc9af79a92871f670fd775c6a7af0f (patch)
tree614fe8ed205d9b983c1a5150f577c93da32a7c55 /auto/lib/openssl
parentf873e73b965d74c380d0cdce281dd1b3ebd26e5c (diff)
*) 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/conf8
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"
;;
*)