[CSRSS]
[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>uuid</library>
7 <file>pstorec.c</file>
8 </module>