reactos/lib/drivers/sound/mment4/mment4.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
369 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
<module name="mment4" type="staticlibrary" allowwarnings="false" unicode="yes">
<include base="ReactOS">include/reactos/libs/sound</include>
<define name="DEBUG_NT4">1</define>
<file>detect.c</file>
<file>registry.c</file>
<file>control.c</file>
<pch>precomp.h</pch>
</module>