reactos/rostests/tests/map_dup_inherit/map_dup_inherit.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
229 B
Ruby

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