diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-05-06 14:53:54 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-05-06 14:53:54 +0000 |
| commit | 6ce6fcd12dcd85dc690239f0451690661b66c602 (patch) | |
| tree | 3faf2c8fcfb9b5efea02549cd4d5ecb5704ef9f2 /auto/os | |
| parent | 3182d6a9d0015e4d9d579a84db364c5f28e3ec5f (diff) | |
| download | nginx-6ce6fcd12dcd85dc690239f0451690661b66c602.tar.gz nginx-6ce6fcd12dcd85dc690239f0451690661b66c602.tar.bz2 | |
divide select module into two modules: Unix and Win32 ones
Diffstat (limited to 'auto/os')
| -rw-r--r-- | auto/os/win32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/os/win32 b/auto/os/win32 index c357a96a6..c4bcc6ab2 100644 --- a/auto/os/win32 +++ b/auto/os/win32 @@ -10,6 +10,7 @@ CORE_SRCS="$WIN32_SRCS $IOCP_SRCS" OS_CONFIG="$WIN32_CONFIG" CORE_LIBS="$CORE_LIBS advapi32.lib ws2_32.lib" NGX_ICONS="$NGX_WIN32_ICONS" +SELECT_SRCS=$WIN32_SELECT_SRCS EVENT_MODULES="$EVENT_MODULES $IOCP_MODULE" EVENT_FOUND=YES |
