Alexandre Julliard : makefiles: Pass --nostdinc also to widl.

Alexandre Julliard julliard at winehq.org
Mon Nov 4 16:40:24 CST 2019


Module: wine
Branch: master
Commit: 42cf6cce4bfdb1f4eb0b9b1b086310204a3bbb3a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=42cf6cce4bfdb1f4eb0b9b1b086310204a3bbb3a

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sat Nov  2 13:47:32 2019 +0100

makefiles: Pass --nostdinc also to widl.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 tools/makedep.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/makedep.c b/tools/makedep.c
index 67dfea43bb..13c2bd2342 100644
--- a/tools/makedep.c
+++ b/tools/makedep.c
@@ -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" ));




More information about the wine-cvs mailing list