mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 06:00:45 +00:00
makefiles: Still generate makefile rule for disabled dlls that have an import lib.
This commit is contained in:
parent
6c0e6df1b7
commit
2844991f7e
4
aclocal.m4
vendored
4
aclocal.m4
vendored
@ -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
|
||||
|
1
configure
vendored
1
configure
vendored
@ -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__
|
||||
|
Loading…
Reference in New Issue
Block a user