msvcmaker

Martin Fuchs martin-fuchs at gmx.net
Tue Oct 5 16:40:54 CDT 2004


Changelog:
fix msvcmaker imports


Index: tools/winapi/msvcmaker
===================================================================
RCS file: /home/wine/wine/tools/winapi/msvcmaker,v
retrieving revision 1.30
diff -u -p -d -r1.30 msvcmaker
--- tools/winapi/msvcmaker      5 Oct 2004 18:14:02 -0000       1.30
+++ tools/winapi/msvcmaker      5 Oct 2004 21:32:39 -0000
@@ -9,7 +9,9 @@ BEGIN {
     require "$1/winapi/setup.pm";
 }

-use config qw(&file_directory &get_spec_files &get_makefile_in_files $current_dir $wine_dir);
+use setup qw($current_dir $wine_dir);
+use lib $setup::winapi_dir;
+use config qw(&get_spec_files &get_makefile_in_files);
 use output qw($output);
 use util qw(replace_file);






More information about the wine-patches mailing list