Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
2c3121d5
Commit
2c3121d5
authored
Oct 08, 2012
by
André Hentschel
Committed by
Alexandre Julliard
Oct 09, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winemaker: Always use parent project for project files.
parent
07203fa4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
winemaker
tools/winemaker
+1
-9
No files found.
tools/winemaker
View file @
2c3121d5
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment