diff options
author | Steve Hay <SteveHay@planit.com> | 2005-09-23 13:46:40 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-09-23 13:46:40 +0000 |
commit | 6ab0e26eaad9ac45167b946aa56788746af949e9 (patch) | |
tree | 0268e9f82052a6cb128b7a6903269826fb1dbe06 /Porting | |
parent | 522c08cc9e4389a24a0837cf43aee02468b29a53 (diff) | |
download | perl-6ab0e26eaad9ac45167b946aa56788746af949e9.tar.gz |
Extend 25579 to cover vc64 too
p4raw-id: //depot/perl@25581
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 adf65a79c3..0a7b24e743 100644 --- a/Porting/checkcfgvar.pl +++ b/Porting/checkcfgvar.pl @@ -28,6 +28,7 @@ my @CFG = ( "win32/config.bc", "win32/config.gc", "win32/config.vc", + "win32/config.vc64", "wince/config.ce", ); |