summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-11-15 10:25:30 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-11-15 10:25:30 +0000
commita101048962c19417b3ced18c9b9c9e5cdf5eb169 (patch)
tree6da60a8bc65f7e1557d1a268d154a88a5d79138b /auto
parent66dbcc8d387465b018e508d47cffd510526943d9 (diff)
enable precompiled headers for msvc7,
probably they were disabled because of some Wine bug
Diffstat (limited to 'auto')
-rw-r--r--auto/cc/msvc10
1 files changed, 4 insertions, 6 deletions
diff --git a/auto/cc/msvc b/auto/cc/msvc
index 8cf87fa6..dde84488 100644
--- a/auto/cc/msvc
+++ b/auto/cc/msvc
@@ -96,12 +96,10 @@ CORE_LINK="$CORE_LINK -debug -debugtype:coff"
# precompiled headers
-if [ $NGX_CC_NAME != msvc7 ]; then
- CORE_DEPS="$CORE_DEPS $NGX_OBJS/ngx_config.pch"
- NGX_PCH="$NGX_OBJS/ngx_config.pch"
- NGX_BUILD_PCH="-Ycngx_config.h -Fp$NGX_OBJS/ngx_config.pch"
- NGX_USE_PCH="-Yungx_config.h -Fp$NGX_OBJS/ngx_config.pch"
-fi
+CORE_DEPS="$CORE_DEPS $NGX_OBJS/ngx_config.pch"
+NGX_PCH="$NGX_OBJS/ngx_config.pch"
+NGX_BUILD_PCH="-Ycngx_config.h -Fp$NGX_OBJS/ngx_config.pch"
+NGX_USE_PCH="-Yungx_config.h -Fp$NGX_OBJS/ngx_config.pch"
# the resource file