b7464eaf715a1f454a937ce76ef325161589adf4
[reactos.git] / kmtests / kmtest.rbuild
1 <module name="kmtest" type="win32cui" installbase="bin" installname="kmtest.exe">
2 <include base="kmtest">include</include>
3 <library>advapi32</library>
4 <define name="KMT_USER_MODE" />
5 <directory name="kmtest">
6 <file>kmtest.c</file>
7 <file>service.c</file>
8 <file>support.c</file>
9 <file>testlist.c</file>
10 </directory>
11 <directory name="example">
12 <file>Example_user.c</file>
13 </directory>
14 <directory name="rtl">
15 <file>RtlMemory.c</file>
16 </directory>
17 </module>