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

8 lines
236 B
Ruby

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