reactos/rostests/tests/oskittcp/oskittcp.rbuild

7 lines
211 B
Plaintext
Raw Normal View History

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