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
path: root/auto/os
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/os
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/os')
-rw-r--r--auto/os/win322
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/os/win32 b/auto/os/win32
index f65f2c9a4..c357a96a6 100644
--- a/auto/os/win32
+++ b/auto/os/win32
@@ -8,7 +8,7 @@ CORE_INCS="$WIN32_INCS"
CORE_DEPS="$WIN32_DEPS"
CORE_SRCS="$WIN32_SRCS $IOCP_SRCS"
OS_CONFIG="$WIN32_CONFIG"
-CORE_LIBS="$CORE_LIBS shell32.lib ws2_32.lib"
+CORE_LIBS="$CORE_LIBS advapi32.lib ws2_32.lib"
NGX_ICONS="$NGX_WIN32_ICONS"
EVENT_MODULES="$EVENT_MODULES $IOCP_MODULE"