reactos/drivers/wmi/wmilib.rbuild
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

10 lines
364 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
<module name="wmilib" type="kernelmodedriver" installbase="system32/drivers" installname="wmilib.sys" entrypoint="0">
<importlibrary definition="wmilib.spec" />
<include base="wmilib">.</include>
<library>ntoskrnl</library>
<file>wmilib.c</file>
<file>wmilib.rc</file>
</module>