| commit | 860c84beeb8adf91bcbd3be2ec25c05e98c420e5 | [log] [tgz] |
|---|---|---|
| author | Vincent Béron <vberon@mecano.gme.usherb.ca> | Tue Feb 08 12:13:10 2005 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Feb 08 12:13:10 2005 +0000 |
| tree | 6f226d304ab0618d810e88351fca2b23bdd3d071 | |
| parent | c481a37275e7184cac2a9da47161b6acc7968443 [diff] [blame] |
Make tlb generation from idl files dependent on widl.
diff --git a/Make.rules.in b/Make.rules.in index 230bd69..b8667e3 100644 --- a/Make.rules.in +++ b/Make.rules.in
@@ -271,6 +271,8 @@ $(IDL_SRCS:.idl=.h): $(WIDL) +$(RC_TLB:.idl=.tlb): $(WIDL) + $(SUBDIRS): dummy @cd $@ && $(MAKE)