mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
remove BMAKE (build make): a cc compiler should use own make
This commit is contained in:
19
auto/cc/msvc
19
auto/cc/msvc
@@ -124,25 +124,14 @@ ngx_binout="-Fe"
|
||||
ngx_objext="obj"
|
||||
ngx_binext=".exe"
|
||||
|
||||
if [ "$BMAKE" = nmake ]; then
|
||||
# MS nmake
|
||||
|
||||
ngx_long_start='@<<
|
||||
ngx_long_start='@<<
|
||||
'
|
||||
ngx_long_end='<<'
|
||||
ngx_long_regex_cont=' \
|
||||
ngx_long_end='<<'
|
||||
ngx_long_regex_cont=' \
|
||||
'
|
||||
ngx_long_cont='
|
||||
ngx_long_cont='
|
||||
'
|
||||
|
||||
else
|
||||
# Borland make
|
||||
|
||||
ngx_long_start='@&&|
|
||||
'
|
||||
ngx_long_end='|'
|
||||
fi
|
||||
|
||||
# MSVC understand / in path
|
||||
#ngx_regex_dirsep='\\'
|
||||
#ngx_dirsep="\\"
|
||||
|
||||
Reference in New Issue
Block a user