From 01772f64dbf5abc53661e891246e130c102da7dd Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Mon, 31 Mar 2003 18:49:50 +0000 Subject: [PATCH] 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 --- distrib/msw/tmake/filelist.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/distrib/msw/tmake/filelist.t b/distrib/msw/tmake/filelist.t index 63abfc7ee9..067d85f341 100644 --- a/distrib/msw/tmake/filelist.t +++ b/distrib/msw/tmake/filelist.t @@ -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"; -- 2.50.0