comparison auto/cc/msvc @ 631:5d2b8078c1c2 release-0.3.37

nginx-0.3.37-RELEASE import *) 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 <igor@sysoev.ru>
date Fri, 07 Apr 2006 14:08:04 +0000
parents 4e296b7d25bf
children f971949ffb58
comparison
equal deleted inserted replaced
630:375dab4fd227 631:5d2b8078c1c2
114 ngx_objout="-Fo" 114 ngx_objout="-Fo"
115 ngx_binout="-Fe" 115 ngx_binout="-Fe"
116 ngx_objext="obj" 116 ngx_objext="obj"
117 ngx_binext=".exe" 117 ngx_binext=".exe"
118 118
119 # Borland make
120 #ngx_long_start='@&&|
121 # '
122 #ngx_long_end='|'
123
124 # MS nmake
119 ngx_long_start='@<< 125 ngx_long_start='@<<
120 ' 126 '
121 ngx_long_end='<<' 127 ngx_long_end='<<'
122 ngx_long_regex_cont=' \ 128 ngx_long_regex_cont=' \
123 ' 129 '
124 ngx_long_cont=' 130 ngx_long_cont='
125 ' 131 '
126 132 # MSVC understand / in path
127 #ngx_regex_dirsep='\\' 133 #ngx_regex_dirsep='\\'
128 #ngx_dirsep="\\" 134 #ngx_dirsep="\\"