From 7adf247031f6eae5aa06093376968e8665ebd888 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Fri, 11 Oct 2019 08:10:26 +0100 Subject: The VC6 Chainsaw Massacre Remove MS Visual C++ 6.0 support as agreed in the thread starting here: https://www.nntp.perl.org/group/perl.perl5.porters/2019/07/msg255625.html --- makedef.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makedef.pl') diff --git a/makedef.pl b/makedef.pl index f08a41bbd1..2e55877001 100644 --- a/makedef.pl +++ b/makedef.pl @@ -1306,7 +1306,7 @@ if ($ARGS{PLATFORM} eq 'win32') { print "LIBRARY $dll\n"; # The DESCRIPTION module definition file statement is not supported # by VC7 onwards. - if ($ARGS{CCTYPE} =~ /^(?:MSVC60|GCC)$/) { + if ($ARGS{CCTYPE} eq 'GCC') { print "DESCRIPTION 'Perl interpreter'\n"; } print "EXPORTS\n"; -- cgit v1.2.1