]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix filelist.t to work with the packaged tmake.exe, which
authorMattia Barbon <mbarbon@cpan.org>
Mon, 31 Mar 2003 18:49:50 +0000 (18:49 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Mon, 31 Mar 2003 18:49:50 +0000 (18:49 +0000)
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

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