diff options
author | Curtis Jewell <perl@csjewell.fastmail.us> | 2010-08-22 04:18:18 -0600 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-08-22 14:26:36 +0200 |
commit | e89c2dd0fa2badef47b57365c186c163a516ad90 (patch) | |
tree | c95cfc5e744ade96ef798d2f2b1f4ee0d6b781aa /Porting/checkcfgvar.pl | |
parent | c64db6b5edaac4f953f143b95b575c190e9dbe97 (diff) | |
download | perl-e89c2dd0fa2badef47b57365c186c163a516ad90.tar.gz |
Enlighten Porting/checkcfgvar.pl about win32/config.gc64(nox)? files
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
Diffstat (limited to 'Porting/checkcfgvar.pl')
-rwxr-xr-x | Porting/checkcfgvar.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Porting/checkcfgvar.pl b/Porting/checkcfgvar.pl index a757d6bfd8..0ee7ddbf76 100755 --- a/Porting/checkcfgvar.pl +++ b/Porting/checkcfgvar.pl @@ -30,6 +30,8 @@ my @CFG = ( "vos/config.ga.def", "win32/config.bc", "win32/config.gc", + "win32/config.gc64", + "win32/config.gc64nox", "win32/config.vc", "win32/config.vc64", "win32/config.ce", |