From bd91999ea577266b0d899ea206cdaa8d19f486b2 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 20 Apr 2009 06:08:47 +0000 Subject: Win32 master/workers model --- auto/cc/bcc | 2 +- auto/cc/msvc | 7 +++++-- auto/cc/owc | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) (limited to 'auto/cc') diff --git a/auto/cc/bcc b/auto/cc/bcc index 638b7dc2f..9570a3c47 100644 --- a/auto/cc/bcc +++ b/auto/cc/bcc @@ -46,7 +46,7 @@ NGX_USE_PCH="-Hu -H=$NGX_OBJS/ngx_config.csm" # Win32 GUI mode application -LINK="\$(CC) -laa" +#LINK="\$(CC) -laa" # the resource file diff --git a/auto/cc/msvc b/auto/cc/msvc index 4a053283f..d002bec38 100644 --- a/auto/cc/msvc +++ b/auto/cc/msvc @@ -86,11 +86,14 @@ LIBC="-MT" CFLAGS="$CFLAGS $LIBC" -# Win32 GUI mode application CORE_LIBS="$CORE_LIBS kernel32.lib user32.lib" -CORE_LINK="$CORE_LINK -subsystem:windows -entry:mainCRTStartup" + +# Win32 GUI mode application +#CORE_LINK="$CORE_LINK -subsystem:windows -entry:mainCRTStartup" # debug +# msvc8 under Wine issues +# Program database manager mismatch; please check your installation if [ $NGX_CC_NAME != msvc8 ]; then CFLAGS="$CFLAGS -Zi" CORE_LINK="$CORE_LINK -debug" diff --git a/auto/cc/owc b/auto/cc/owc index 868860041..1a5fa210b 100644 --- a/auto/cc/owc +++ b/auto/cc/owc @@ -71,7 +71,7 @@ NGX_USE_PCH="-fh=$NGX_OBJS/ngx_config.pch" # the link flags, built target is NT GUI mode application -CORE_LINK="$CORE_LINK -l=nt_win" +#CORE_LINK="$CORE_LINK -l=nt_win" # the resource file -- cgit