Signed-off-by: Jacek Caban <ja...@codeweavers.com>
---
So that msinkaut_i.c is regenerated.

 mingw-w64-headers/Makefile.am | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)


diff --git a/mingw-w64-headers/Makefile.am b/mingw-w64-headers/Makefile.am
index 0b3aed0f..68021a99 100644
--- a/mingw-w64-headers/Makefile.am
+++ b/mingw-w64-headers/Makefile.am
@@ -265,12 +265,15 @@ TLB_SRCS = \
 
 BUILT_SOURCES = $(IDL_SRCS:.idl=.h) $(TLB_SRCS:.idl=.tlb)
 
-.idl.h: crt/_mingw.h
+%.h: %.idl crt/_mingw.h
 	$(WIDL) -DBOOL=WINBOOL -I$(srcdir)/include -Icrt -I$(srcdir)/crt -h -o $@ $<
 
-.idl.tlb:
+%.tlb: %.idl
 	$(WIDL) -I$(srcdir)/include -t -o $@ $<
 
+%_i.c: %.idl crt/_mingw.h
+	$(WIDL) -DBOOL=WINBOOL -I$(srcdir)/include -Icrt -I$(srcdir)/crt -u -o $@ $<
+
 endif
 
 _mingw_ddk.h: $(srcdir)/crt/sdks/_mingw_ddk.h.in

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to