From faca119aa5b2375d247c4948ba6791e7d8d2b8bc Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 5 Dec 2003 07:11:46 +0000 Subject: nginx-0.0.1-2003-12-05-10:11:46 import --- auto/os/conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'auto/os') diff --git a/auto/os/conf b/auto/os/conf index d0eb7876d..f0d25b647 100644 --- a/auto/os/conf +++ b/auto/os/conf @@ -35,6 +35,9 @@ case $PLATFORM in CFLAGS="$CFLAGS -D HAVE_AIO=1 -D HAVE_IOCP=1" CORE_LIBS="$CORE_LIBS ws2_32.lib" + + # msvcrt.dll + CORE_LIBS="$CORE_LIBS msvcrt.lib" ;; esac -- cgit