reactos/rostests/tests/global_mem/global_mem.rbuild

7 lines
214 B
Plaintext
Raw Normal View History

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