Sync to trunk r39350.
[reactos.git] / reactos / dll / win32 / pstorec / pstorec.rbuild
1 <module name="pstorec" type="win32dll" baseaddress="${BASEADDRESS_PSTOREC}" installbase="system32" installname="pstorec.dll">
2 <autoregister infsection="OleControlDlls" type="DllRegisterServer" />
3 <importlibrary definition="pstorec.spec" />
4 <include base="pstorec">.</include>
5 <library>wine</library>
6 <library>kernel32</library>
7 <library>uuid</library>
8 <file>pstorec.c</file>
9 </module>