Alexandre Julliard : makefiles: Also use dll flags when building a shared library.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Feb 23 11:24:20 CST 2016


Module: wine
Branch: master
Commit: 624c344e90090f75c2207ce22bee301ae69f6bff
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=624c344e90090f75c2207ce22bee301ae69f6bff

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Feb 23 13:01:53 2016 +0900

makefiles: Also use dll flags when building a shared library.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 tools/makedep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/makedep.c b/tools/makedep.c
index 9fd704b..c9bfb15 100644
--- a/tools/makedep.c
+++ b/tools/makedep.c
@@ -2386,7 +2386,7 @@ static struct strarray output_sources( const struct makefile *make )
             output_filenames( includes );
             output_filenames( make->define_args );
             output_filenames( extradefs );
-            if (make->module || make->staticlib || make->testdll)
+            if (make->module || make->staticlib || make->sharedlib || make->testdll)
             {
                 output_filenames( dll_flags );
                 if (make->use_msvcrt) output_filenames( msvcrt_flags );




More information about the wine-cvs mailing list