commit | c7e467486f3017635b2c38e0184397625a1d9742 | [log] [tgz] |
---|---|---|
author | Martin Fuchs <martin-fuchs@gmx.net> | Wed Oct 06 00:04:54 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Oct 06 00:04:54 2004 +0000 |
tree | 4aef2ecbc5bd623ae61a3329aaf24b59fc29e79a | |
parent | 18514ca547e563f0937748d64aa324bbe4f946c6 [diff] |
Fix msvcmaker imports.
diff --git a/tools/winapi/msvcmaker b/tools/winapi/msvcmaker index 1c82545..9841d67 100755 --- a/tools/winapi/msvcmaker +++ b/tools/winapi/msvcmaker
@@ -9,7 +9,9 @@ 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);