mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
c501d8112c
svn path=/branches/aicom-network-fixes/; revision=34994
10 lines
379 B
Ruby
10 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>
|