Commit 624c344e authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent b99c35c0
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment