X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/1f7ae1bebc8320dc91487a39ea193bcc924a8bb3..ea41dae91e28ff5da754ab053c621ec40db5705c:/Porting/exercise_makedef.pl diff --git a/Porting/exercise_makedef.pl b/Porting/exercise_makedef.pl index 03b2061..4003410 100644 --- a/Porting/exercise_makedef.pl +++ b/Porting/exercise_makedef.pl @@ -52,8 +52,9 @@ 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/../'], ); sub expand {