[RTL]
[reactos.git] / reactos / dll / win32 / pstorec / pstorec.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <group>
4 <module name="pstorec_tlb" type="embeddedtypelib">
5 <dependency>stdole2</dependency>
6 <file>pstorec_tlb.idl</file>
7 </module>
8 <module name="pstorec" type="win32dll" baseaddress="${BASEADDRESS_PSTOREC}" installbase="system32" installname="pstorec.dll">
9 <autoregister infsection="OleControlDlls" type="DllRegisterServer" />
10 <importlibrary definition="pstorec.spec" />
11 <include base="pstorec" root="intermediate">.</include>
12 <define name="__WINESRC__" />
13 <dependency>pstorec_tlb</dependency>
14 <library>wine</library>
15 <library>uuid</library>
16 <file>pstorec.c</file>
17 <file>rsrc.rc</file>
18 </module>
19 </group>