diff options
Diffstat (limited to 'auto/os/conf')
| -rw-r--r-- | auto/os/conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/auto/os/conf b/auto/os/conf index 837e6d304..4ae08e856 100644 --- a/auto/os/conf +++ b/auto/os/conf @@ -32,8 +32,10 @@ case $PLATFORM in CORE_DEPS="$WIN32_DEPS" CORE_SRCS="$WIN32_SRCS $SELECT_SRCS $IOCP_SRCS" EVENT_MODULES="$EVENT_MODULES $SELECT_MODULE $IOCP_MODULE" + EVENT_FOUND=YES - CFLAGS="$CFLAGS -D HAVE_AIO=1 -D HAVE_IOCP=1" + have=HAVE_AIO . auto/have + have=HAVE_IOCP . auto/have CORE_LIBS="$CORE_LIBS ws2_32.lib" # msvcrt.dll |
