Commit 39b24fa3 authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: Support file-specific IDL flags.

parent ad3e8134
......@@ -2648,6 +2648,7 @@ static void output_source_idl( struct makefile *make, struct incl_file *source,
output_filenames( make->define_args );
output_filenames( extradefs );
output_filenames( get_expanded_make_var_array( make, "EXTRAIDLFLAGS" ));
output_filenames( get_expanded_file_local_var( make, obj, "EXTRAIDLFLAGS" ));
output_filename( source->filename );
output( "\n" );
output_filenames_obj_dir( make, targets );
......
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