diff auto/os/win32 @ 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 9b8c906f6e63
children c00763aa5e1b
line wrap: on
line diff
--- 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"