reactos/drivers/filesystems/mup/mup.rbuild
Cameron Gutman 2b82fe44ea [WLAN-BRINGUP]
- Create a branch to drop my ndisuio work

svn path=/branches/wlan-bringup/; revision=54809
2012-01-02 20:53:24 +00:00

11 lines
340 B
Ruby

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