Commit 42cf6cce authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: Pass --nostdinc also to widl.

parent 5f39d36a
......@@ -2786,6 +2786,7 @@ static void output_source_idl( struct makefile *make, struct incl_file *source,
output( ": %s\n", tools_path( make, "widl" ));
output( "\t%s -o $@", tools_path( make, "widl" ) );
output_filenames( target_flags );
output_filename( "--nostdinc" );
output_filenames( defines );
output_filenames( get_expanded_make_var_array( make, "EXTRAIDLFLAGS" ));
output_filenames( get_expanded_file_local_var( make, obj, "EXTRAIDLFLAGS" ));
......
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