diff auto/cc/msvc @ 180:4cd3e70c4d60 NGINX_0_3_37

nginx 0.3.37 *) Feature: the "limit_except" directive. *) Feature: the "if" directive supports the "!~", "!~*", "-f", and "!-f" operators. *) Feature: the ngx_http_perl_module supports the $r->request_body method. *) Bugfix: in the ngx_http_addition_filter_module.
author Igor Sysoev <http://sysoev.ru>
date Fri, 07 Apr 2006 00:00:00 +0400
parents 91372f004adf
children 13710a1813ad
line wrap: on
line diff
--- 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="\\"