reactos/dll/win32/pdh/pdh.rbuild
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

11 lines
445 B
Ruby

<module name="pdh" type="win32dll" baseaddress="${BASEADDRESS_PDH}" installbase="system32" installname="pdh.dll" allowwarnings="true" entrypoint="0">
<importlibrary definition="pdh.spec" />
<include base="pdh">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="__WINESRC__" />
<redefine name="_WIN32_WINNT">0x600</redefine>
<library>wine</library>
<library>ntdll</library>
<file>pdh_main.c</file>
</module>