Commit 2c3121d5 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winemaker: Always use parent project for project files.

parent 07203fa4
......@@ -562,15 +562,7 @@ sub source_scan_project_file($$$)
$path.="/";
}
if (defined $opt_single_target or $is_sub_project == 0) {
# Either there is a single target and thus a single project,
# or we are a single project-file for which a project
# already exists
$project=$parent_project;
} else {
$project=[];
project_init($project, $path, \@global_settings);
}
$project=$parent_project;
my $project_settings=@$project[$P_SETTINGS];
if ($filename =~ /.dsp$/i) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment