Merging r37048, r37051, r37052, r37055 from the-real-msvc branch
[reactos.git] / reactos / dll / win32 / pstorec / pstorec.rbuild
1 <module name="pstorec" type="win32dll" baseaddress="${BASEADDRESS_PSTOREC}" installbase="system32" installname="pstorec.dll">
2 <importlibrary definition="pstorec.spec" />
3 <include base="pstorec">.</include>
4 <library>wine</library>
5 <library>kernel32</library>
6 <library>uuid</library>
7 <file>pstorec.c</file>
8 <file>pstorec.spec</file>
9 </module>