fix stdole2 dependencies

svn path=/trunk/; revision=39037
This commit is contained in:
Christoph von Wittich 2009-01-23 10:48:53 +00:00
parent eb5644eb1b
commit d1494fca12

View file

@ -30,15 +30,17 @@
<dependency>tmarshal_header</dependency>
<dependency>tmarshal</dependency>
<dependency>test_tlb</dependency>
<dependency>stdole2.tlb</dependency>
</module>
<module name="tmarshal_header" type="idlheader">
<dependency>stdole2</dependency>
<file>tmarshal.idl</file>
</module>
<module name="test_tlb" type="embeddedtypelib" allowwarnings="true">
<dependency>stdole2</dependency>
<file>test_tlb.idl</file>
</module>
<module name="tmarshal" type="embeddedtypelib" allowwarnings="true">
<dependency>stdole2</dependency>
<file>tmarshal.idl</file>
</module>
</group>