Module: wine Branch: master Commit: a1cc2b185dda238732a321052e91b91ec7e9de01 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a1cc2b185dda238732a321052e...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Apr 4 22:16:29 2016 +0900
makefiles: Use the msvcrt build flags also for cross tests.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/makedep.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/makedep.c b/tools/makedep.c index 334740e..6d0c0fc 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -2639,6 +2639,7 @@ static struct strarray output_sources( const struct makefile *make ) output_filenames( includes ); output_filenames( make->define_args ); output_filenames( extradefs ); + if (make->use_msvcrt) output_filenames( msvcrt_flags ); output_filename( "-DWINE_CROSSTEST" ); output_filenames( cpp_flags ); output_filename( "$(CFLAGS)" );