http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c481a37
)
Make tlb generation from idl files dependent on widl.
author
Vincent Béron
<vberon@mecano.gme.usherb.ca>
Tue, 8 Feb 2005 12:13:10 +0000
(12:13 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 8 Feb 2005 12:13:10 +0000
(12:13 +0000)
Make.rules.in
patch
|
blob
|
blame
|
history
diff --git
a/Make.rules.in
b/Make.rules.in
index 230bd69eb353c3c38300cb8347546f18b65cb00f..b8667e32bdbcafcfaa5fab258a87b0e0a2c29da3 100644
(file)
--- a/
Make.rules.in
+++ b/
Make.rules.in
@@
-271,6
+271,8
@@
$(MC_SRCS:.mc=.mc.rc): $(WMC)
$(IDL_SRCS:.idl=.h): $(WIDL)
+$(RC_TLB:.idl=.tlb): $(WIDL)
+
$(SUBDIRS): dummy
@cd $@ && $(MAKE)