Make tlb generation from idl files dependent on widl.

This commit is contained in:
Vincent Béron 2005-02-08 12:13:10 +00:00 committed by Alexandre Julliard
parent c481a37275
commit 860c84beeb
1 changed files with 2 additions and 0 deletions

View File

@ -271,6 +271,8 @@ $(MC_SRCS:.mc=.mc.rc): $(WMC)
$(IDL_SRCS:.idl=.h): $(WIDL)
$(RC_TLB:.idl=.tlb): $(WIDL)
$(SUBDIRS): dummy
@cd $@ && $(MAKE)