reactos/drivers/wmi/wmilib.rbuild
Cameron Gutman 25720d75f4 Create a branch for work on porting an alternate TCP library with the main focus on stability
svn path=/branches/tcp-rewrite-branch/; revision=48714
2010-09-07 03:33:36 +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>