From: Mattia Barbon Date: Thu, 17 Apr 2003 20:26:52 +0000 (+0000) Subject: Reverted my last change, since it's ugly and does not X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/632cfe57c5a04d5141d4c1c09fe83225413a7412 Reverted my last change, since it's ugly and does not work anyway. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/tmake/filelist.t b/distrib/msw/tmake/filelist.t index 067d85f341..63abfc7ee9 100644 --- a/distrib/msw/tmake/filelist.t +++ b/distrib/msw/tmake/filelist.t @@ -7,9 +7,7 @@ #! Version: $Id$ #!############################################################################# #${ -#! prepackaged tmake.exe does not have lib.pm -#! use lib './lib'; - BEGIN { unshift @INC, './lib' } + use lib './lib'; use wxFileInfo; open(FILELIST, "filelist.txt") or die "Can't open filelist file: $!\n";