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="\\"
END
+
if test -n "$NGX_PERL_CFLAGS"; then
echo NGX_PERL_CFLAGS = $NGX_PERL_CFLAGS >> $NGX_MAKEFILE
echo NGX_PM_CFLAGS = $NGX_PM_CFLAGS >> $NGX_MAKEFILE
fi
-if [ "$BMAKE" = wmake ]; then
- echo MAKE = wmake >> $NGX_MAKEFILE
-
- ngx_regex_cont=' '
- ngx_long_regex_cont=' '
- ngx_cont=' '
- ngx_long_cont=' '
- ngx_tab=' '
-
-fi
-
# ALL_INCS, required by the addons and by OpenWatcom C precompiled headers