Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
852c9c69
Commit
852c9c69
authored
Jan 24, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Add missing dependency to wrc for test dll resources.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
5fef775d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
makedep.c
tools/makedep.c
+4
-1
No files found.
tools/makedep.c
View file @
852c9c69
...
...
@@ -3083,7 +3083,10 @@ static void output_source_spec( struct makefile *make, struct incl_file *source,
strarray_add
(
&
make
->
clean_files
,
dll_name
);
strarray_add
(
&
make
->
res_files
,
strmake
(
"%s.res"
,
obj
));
output
(
"%s.res: %s
\n
"
,
obj_dir_path
(
make
,
obj
),
obj_dir_path
(
make
,
dll_name
));
output
(
"%s.res:"
,
obj_dir_path
(
make
,
obj
));
output_filename
(
obj_dir_path
(
make
,
dll_name
));
output_filename
(
tools_path
(
make
,
"wrc"
));
output
(
"
\n
"
);
output
(
"
\t
%secho
\"
%s.dll TESTDLL
\\\"
%s
\\\"\"
| %s -u -o $@
\n
"
,
cmd_prefix
(
"WRC"
),
obj
,
output_file
,
tools_path
(
make
,
"wrc"
));
...
...
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