reactos/rostests/tests/iptest/iptest.rbuild

7 lines
204 B
Plaintext
Raw Normal View History

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