This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
win32/makefile.mk doesn't support GSAR's old dmake (because of
authorSteve Hay <SteveHay@planit.com>
Tue, 29 May 2007 08:09:38 +0000 (08:09 +0000)
committerSteve Hay <SteveHay@planit.com>
Tue, 29 May 2007 08:09:38 +0000 (08:09 +0000)
commit13631a739e1ca9d4bd60d030c52c026ea442b52e
treebaff598e1403191d163c632858d8e7feadf5ec6a
parent41bf89901b47a7e60216fc184fe580b206777455
win32/makefile.mk doesn't support GSAR's old dmake (because of
the use of || and && in conditional expressions, which that old
dmake doesn't understand), so stop with a helpful error message
if such a dmake is being used.

There is now no need to have all the clutter of trying to support
different backslash and newline semantics, so ditch that too.

p4raw-id: //depot/perl@31300
win32/makefile.mk