Fix filelist.t to work with the packaged tmake.exe, which

does not include 'lib.pm'.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2003-03-31 18:49:50 +00:00
parent df32effb39
commit 01772f64db

View File

@ -7,7 +7,9 @@
#! Version: $Id$
#!#############################################################################
#${
use lib './lib';
#! prepackaged tmake.exe does not have lib.pm
#! use lib './lib';
BEGIN { unshift @INC, './lib' }
use wxFileInfo;
open(FILELIST, "filelist.txt") or die "Can't open filelist file: $!\n";