summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
Diffstat (limited to 'auto')
-rw-r--r--auto/cc/msvc8
1 files changed, 7 insertions, 1 deletions
diff --git a/auto/cc/msvc b/auto/cc/msvc
index a890234e0..2f1e8bcd5 100644
--- a/auto/cc/msvc
+++ b/auto/cc/msvc
@@ -116,6 +116,12 @@ ngx_binout="-Fe"
ngx_objext="obj"
ngx_binext=".exe"
+# Borland make
+#ngx_long_start='@&&|
+# '
+#ngx_long_end='|'
+
+# MS nmake
ngx_long_start='@<<
'
ngx_long_end='<<'
@@ -123,6 +129,6 @@ ngx_long_regex_cont=' \
'
ngx_long_cont='
'
-
+# MSVC understand / in path
#ngx_regex_dirsep='\\'
#ngx_dirsep="\\"