reactos/dll/win32/psapi/psapi.rbuild
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

14 lines
481 B
Ruby

<module name="psapi" type="win32dll" baseaddress="${BASEADDRESS_PSAPI}" installbase="system32" installname="psapi.dll">
<importlibrary definition="psapi.def" />
<include base="psapi">.</include>
<include base="psapi">include</include>
<define name="_DISABLE_TIDENTS" />
<library>epsapi</library>
<library>pseh</library>
<library>ntdll</library>
<library>kernel32</library>
<pch>precomp.h</pch>
<file>malloc.c</file>
<file>psapi.c</file>
<file>psapi.rc</file>
</module>