reactos/drivers/wmi/wmilib.rbuild
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

11 lines
379 B
Ruby

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