Remove redundant macros from win32 makefiles
authorSteve Hay <SteveHay@planit.com>
Fri, 24 Nov 2006 17:11:34 +0000 (17:11 +0000)
committerSteve Hay <SteveHay@planit.com>
Fri, 24 Nov 2006 17:11:34 +0000 (17:11 +0000)
commit47ef3394ce0adc2dd6291c76f6751875ee64322e
treec776cb4d98912405df72b6e520bba3a6e98080af
parentd59896ca6c1d3a7462df738d94bb6c55497a7e58
Remove redundant macros from win32 makefiles

In the course of removing redundant ByteLoader references I found that
various long lists of extensions are hopelessly out of date, e.g.
Compress/Zlib should be Compress/Raw/Zlib and PerlIO/*, threads/* and
others are missing. It seems that these lists of extensions serve no
useful purpose anyway: in Makefile they are used to delete files that
should already have been deleted by the Makefile for each module, and
in makefile.mk DYNAMIC_EXT wasn't used at all! So the simplest remedy
is to remove them. One less maintenance headache.

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