Make tlb generation from idl files dependent on widl.
authorVincent Béron <vberon@mecano.gme.usherb.ca>
Tue, 8 Feb 2005 12:13:10 +0000 (12:13 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 8 Feb 2005 12:13:10 +0000 (12:13 +0000)
Make.rules.in

index 230bd69eb353c3c38300cb8347546f18b65cb00f..b8667e32bdbcafcfaa5fab258a87b0e0a2c29da3 100644 (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)