makefiles: Pass --nostdinc also to widl.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
5f39d36a6c
commit
42cf6cce4b
|
@ -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" ));
|
||||
|
|
Loading…
Reference in New Issue