]> git.saurik.com Git - wxWidgets.git/commitdiff
Reverted my last change, since it's ugly and does not
authorMattia Barbon <mbarbon@cpan.org>
Thu, 17 Apr 2003 20:26:52 +0000 (20:26 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 17 Apr 2003 20:26:52 +0000 (20:26 +0000)
work anyway.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/tmake/filelist.t

index 067d85f341e50ba6334698c59eee2808eb7cab5b..63abfc7ee971fc90de476ee6ad46c39a481d860f 100644 (file)
@@ -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";