# HG changeset patch # User Igor Sysoev # Date 1242134940 0 # Node ID cb7739c822c63a820b3b9b3ec8021a6df883351a # Parent ecdc41bf2047352ce2626c3ff27053f578594d27 add miltilines in OpenWatcom makefiles diff -r ecdc41bf2047 -r cb7739c822c6 auto/cc/owc --- a/auto/cc/owc Tue May 12 13:15:43 2009 +0000 +++ b/auto/cc/owc Tue May 12 13:29:00 2009 +0000 @@ -88,8 +88,16 @@ ngx_regex_dirsep='\\' ngx_dirsep="\\" -ngx_regex_cont=' ' -ngx_long_regex_cont=' ' -ngx_cont=' ' -ngx_long_cont=' ' -ngx_tab=' ' +ngx_long_start=' ' +ngx_long_end=' ' +ngx_long_regex_cont=' \&\ + ' +ngx_long_cont=' & + ' + +ngx_regex_cont=' \&\ + ' +ngx_cont=' & + ' +ngx_tab=' & + ' diff -r ecdc41bf2047 -r cb7739c822c6 auto/lib/zlib/makefile.owc --- a/auto/lib/zlib/makefile.owc Tue May 12 13:15:43 2009 +0000 +++ b/auto/lib/zlib/makefile.owc Tue May 12 13:29:00 2009 +0000 @@ -7,5 +7,7 @@ zlib.lib: cd $(ZLIB) - wcl386 -c $(CFLAGS) adler32.c crc32.c deflate.c trees.c zutil.c compress.c - wlib -n zlib.lib adler32.obj crc32.obj deflate.obj trees.obj zutil.obj compress.obj + wcl386 -c $(CFLAGS) adler32.c crc32.c deflate.c trees.c zutil.c & + compress.c + wlib -n zlib.lib adler32.obj crc32.obj deflate.obj trees.obj & + zutil.obj compress.obj