reactos/rostests/tests/tcpsvr/tcpsvr.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
203 B
Ruby

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