Commit a1cc2b18 authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: Use the msvcrt build flags also for cross tests.

parent e0d89a49
......@@ -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)" );
......
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