reactos/lib/drivers/sound/mmixer/mmixer.rbuild

12 lines
383 B
Plaintext
Raw Normal View History

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
<module name="mmixer" type="staticlibrary" allowwarnings="false" unicode="yes">
<include base="ReactOS">include/reactos/libs/sound</include>
<define name="NDEBUG">1</define>
<file>controls.c</file>
<file>filter.c</file>
<file>mixer.c</file>
<file>sup.c</file>
<file>wave.c</file>
</module>