summaryrefslogtreecommitdiffhomepage
path: root/auto/os
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-03-09 19:47:07 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-03-09 19:47:07 +0000
commitfc5a10aedcdd8cf261ecc164941562bc52fe415d (patch)
treedc6ad97805a315afca82e852717f84debb30eb54 /auto/os
parent833823cbb89482710779c59206b77c197c3747d2 (diff)
downloadnginx-fc5a10aedcdd8cf261ecc164941562bc52fe415d.tar.gz
nginx-fc5a10aedcdd8cf261ecc164941562bc52fe415d.tar.bz2
nginx-0.0.2-2004-03-09-22:47:07 import
Diffstat (limited to 'auto/os')
-rw-r--r--auto/os/conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/auto/os/conf b/auto/os/conf
index 4ae08e856..2a6f99e8c 100644
--- a/auto/os/conf
+++ b/auto/os/conf
@@ -31,15 +31,13 @@ case $PLATFORM in
CORE_INCS="$WIN32_INCS"
CORE_DEPS="$WIN32_DEPS"
CORE_SRCS="$WIN32_SRCS $SELECT_SRCS $IOCP_SRCS"
+ OS_CONFIG="$WIN32_CONFIG"
EVENT_MODULES="$EVENT_MODULES $SELECT_MODULE $IOCP_MODULE"
EVENT_FOUND=YES
have=HAVE_AIO . auto/have
have=HAVE_IOCP . auto/have
CORE_LIBS="$CORE_LIBS ws2_32.lib"
-
- # msvcrt.dll
- CORE_LIBS="$CORE_LIBS msvcrt.lib"
;;
esac