reactos/rosapps/devutils/gdihv/gdihv.rbuild
Timo Kreuzer 8c6bd0b95a A gdi handle viewer.
There's currently a hack, to make it work on ROS, OpenProcess() crashes ROS, so currently you will not see the processes names.

svn path=/trunk/; revision=25755
2007-02-08 23:29:24 +00:00

16 lines
496 B
Ruby

<module name="gdihv" type="win32gui" installbase="system32" installname="gdihv.exe">
<include base="gdihv">.</include>
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>user32</library>
<library>kernel32</library>
<library>comctl32</library>
<library>psapi</library>
<file>gdihv.c</file>
<file>gdihv.rc</file>
<file>mainwnd.c</file>
<file>handlelist.c</file>
<file>proclist.c</file>
</module>