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

9 lines
264 B
Ruby

<module name="hivetest" type="win32gui" installbase="bin" installname="hivetest.exe">
<define name="__USE_W32API" />
<library>kernel32</library>
<library>user32</library>
<library>ntdll</library>
<library>advapi32</library>
<file>hivetest.c</file>
</module>