From 632cfe57c5a04d5141d4c1c09fe83225413a7412 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Thu, 17 Apr 2003 20:26:52 +0000 Subject: [PATCH] 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 --- distrib/msw/tmake/filelist.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"; -- 2.45.2