reactos/rostests/tests/isotest/isotest.rbuild

7 lines
205 B
Plaintext
Raw Normal View History

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