diff options
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 |