summaryrefslogtreecommitdiff
path: root/Porting/exercise_makedef.pl
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2011-09-10 17:21:58 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2011-09-10 18:16:59 +0100
commit378eeda70cc27194f0f718b4c65b8ba147259910 (patch)
tree26c3c6b5adb9c5027a78c6143cdced30ce57a9d4 /Porting/exercise_makedef.pl
parent528bd3ce854c33aaf668dd3aa007a60a4994edac (diff)
downloadperl-378eeda70cc27194f0f718b4c65b8ba147259910.tar.gz
The Borland Chainsaw Massacre
Remove support for the Borland C++ compiler on Win32, as agreed here: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2011-09/msg00034.html
Diffstat (limited to 'Porting/exercise_makedef.pl')
-rw-r--r--Porting/exercise_makedef.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/exercise_makedef.pl b/Porting/exercise_makedef.pl
index 5d2628c478..4003410ba0 100644
--- a/Porting/exercise_makedef.pl
+++ b/Porting/exercise_makedef.pl
@@ -52,7 +52,7 @@ my @args = (platform => [map {"PLATFORM=$_"} qw(aix win32 wince os2 netware vms
cflags => ['', 'CCFLAGS=-Dperl=rules -Dzzz'],
Deq => ['', '-Dbeer=foamy'],
D => ['', '-DPERL_IMPLICIT_SYS'],
- cctype => ['', map {"CCTYPE=$_"} qw (MSVC60 GCC BORLAND)],
+ cctype => ['', map {"CCTYPE=$_"} qw (MSVC60 GCC)],
filetype => ['', 'FILETYPE=def', 'FILETYPE=imp'],
targ_dir => ['', 'TARG_DIR=t/../'],
);