reactos/dll/win32/pstorec/pstorec.rbuild
Jérôme Gardou c16ad873a6 sync with trunk (r46275)
svn path=/branches/reactos-yarotows/; revision=46279
2010-03-19 21:09:21 +00:00

19 lines
668 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="pstorec_tlb" type="embeddedtypelib">
<dependency>stdole2</dependency>
<file>pstorec_tlb.idl</file>
</module>
<module name="pstorec" type="win32dll" baseaddress="${BASEADDRESS_PSTOREC}" installbase="system32" installname="pstorec.dll">
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
<importlibrary definition="pstorec.spec" />
<include base="pstorec" root="intermediate">.</include>
<dependency>pstorec_tlb</dependency>
<library>wine</library>
<library>uuid</library>
<file>pstorec.c</file>
<file>rsrc.rc</file>
</module>
</group>