This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Amend 'new perldelta' advice for Win32
[perl5.git] / Porting / exercise_makedef.pl
index 5d2628c..4003410 100644 (file)
@@ -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/../'],
           );