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
2844991f
Commit
2844991f
authored
Jul 25, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Still generate makefile rule for disabled dlls that have an import lib.
parent
6c0e6df1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
aclocal.m4
aclocal.m4
+3
-1
configure
configure
+1
-0
No files found.
aclocal.m4
View file @
2844991f
...
...
@@ -290,7 +290,9 @@ wine_fn_config_dll ()
AS_VAR_IF([$ac_enable],[no],
dnl enable_win16 is special in that it disables import libs too
[test "$ac_enable" != enable_win16 || return 0],
[test "$ac_enable" != enable_win16 || return 0
wine_fn_has_flag implib $ac_flags && wine_fn_all_dir_rules $ac_dir dlls/Makedll.rules],
[wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"$ac_dir: __builddeps__
manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
...
...
configure
View file @
2844991f
...
...
@@ -14358,6 +14358,7 @@ wine_fn_config_dll ()
if
eval test
\"
x
\$
"
$ac_enable
"
\"
=
x
"no"
;
then
:
test
"
$ac_enable
"
!=
enable_win16
||
return
0
wine_fn_has_flag implib
$ac_flags
&&
wine_fn_all_dir_rules
$ac_dir
dlls/Makedll.rules
else
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
\
"
$ac_dir
: __builddeps__
...
...
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