reactos/kmtests/kmtest.rbuild

9 lines
258 B
Plaintext
Raw Normal View History

<module name="kmtest" type="win32cui" installbase="system32" installname="kmtest.exe">
<include base="kmtest">include</include>
<library>advapi32</library>
<directory name="kmtest">
<file>kmtest.c</file>
<file>service.c</file>
</directory>
</module>