reactos/rostests/tests/global_mem/global_mem.rbuild
Aleksey Bragin 2199ae9003 Move tests from rosapps to rostests
svn path=/trunk/; revision=26010
2007-03-06 11:10:43 +00:00

9 lines
301 B
Ruby

<module name="global_mem" type="win32gui" installbase="bin" installname="global_mem.exe">
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<define name="__USE_W32API" />
<library>kernel32</library>
<library>gdi32</library>
<file>global_mem.c</file>
</module>