reactos/rostests/tests/p_dup_handle/p_dup_handle.rbuild
Christoph von Wittich 89ae880958 remove all version defines from rostests
svn path=/trunk/; revision=36942
2008-10-25 14:04:03 +00:00

7 lines
220 B
Ruby

<module name="p_dup_handle" type="win32cui" installbase="bin" installname="p_dup_handle.exe">
<define name="__USE_W32API" />
<library>kernel32</library>
<library>gdi32</library>
<file>p_dup_handle.c</file>
</module>