reactos/kmtests/kmtest.rbuild

24 lines
637 B
Plaintext
Raw Normal View History

<module name="kmtest" type="win32cui" installbase="bin" installname="kmtest.exe">
<include base="kmtest">include</include>
<library>advapi32</library>
<library>ntdll</library>
<define name="KMT_USER_MODE" />
<directory name="kmtest">
<file>kmtest.c</file>
<file>service.c</file>
<file>support.c</file>
<file>testlist.c</file>
</directory>
<directory name="example">
<file>Example_user.c</file>
</directory>
<directory name="ntos_io">
<file>IoDriverObject_user.c</file>
</directory>
<directory name="rtl">
<file>RtlAvlTree.c</file>
<file>RtlMemory.c</file>
<file>RtlSplayTree.c</file>
</directory>
</module>