diff options
author | Steve Hay <SteveHay@planit.com> | 2006-11-16 09:30:48 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-11-16 09:30:48 +0000 |
commit | 26d21fa180ea83e37f583b5ced04e38690654588 (patch) | |
tree | a8b4d301f1291a84ad81d95a6a90fd9359c7a0fa /Porting | |
parent | 271d722a737a2746e9302facc61e6eb5ec59aa5c (diff) | |
download | perl-26d21fa180ea83e37f583b5ced04e38690654588.tar.gz |
Update checkcfgvars.pl: config.ce is in win32/ in 5.9.x
Leave wince/config.ce in the list as well, though, because that still
exists in 5.8.x
p4raw-id: //depot/perl@29292
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/checkcfgvar.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/checkcfgvar.pl b/Porting/checkcfgvar.pl index 1db53d757e..84e0f0516f 100644 --- a/Porting/checkcfgvar.pl +++ b/Porting/checkcfgvar.pl @@ -30,6 +30,7 @@ my @CFG = ( "win32/config.gc", "win32/config.vc", "win32/config.vc64", + "win32/config.ce", "wince/config.ce", "configure.com", ); |