diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-04-20 06:08:47 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-04-20 06:08:47 +0000 |
| commit | bd91999ea577266b0d899ea206cdaa8d19f486b2 (patch) | |
| tree | 6936e209210662a34db4f9b9c63d03b95e7d9956 /auto/cc | |
| parent | b533e9825295a0855d78912dae9d8f1180df0900 (diff) | |
| download | nginx-bd91999ea577266b0d899ea206cdaa8d19f486b2.tar.gz nginx-bd91999ea577266b0d899ea206cdaa8d19f486b2.tar.bz2 | |
Win32 master/workers model
Diffstat (limited to 'auto/cc')
| -rw-r--r-- | auto/cc/bcc | 2 | ||||
| -rw-r--r-- | auto/cc/msvc | 7 | ||||
| -rw-r--r-- | auto/cc/owc | 2 |
3 files changed, 7 insertions, 4 deletions
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 |
