comparison auto/cc/owc @ 2825:bb05c0834c8c

remove BMAKE (build make): a cc compiler should use own make
author Igor Sysoev <igor@sysoev.ru>
date Sun, 10 May 2009 18:35:08 +0000
parents d43d73277c5c
children cb7739c822c6
comparison
equal deleted inserted replaced
2824:d106509491b5 2825:bb05c0834c8c
85 ngx_objext="obj" 85 ngx_objext="obj"
86 ngx_binext=".exe" 86 ngx_binext=".exe"
87 87
88 ngx_regex_dirsep='\\' 88 ngx_regex_dirsep='\\'
89 ngx_dirsep="\\" 89 ngx_dirsep="\\"
90
91 ngx_regex_cont=' '
92 ngx_long_regex_cont=' '
93 ngx_cont=' '
94 ngx_long_cont=' '
95 ngx_tab=' '