reactos/drivers/multimedia/audio/mpu401_nt4/mpu401.rbuild
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

18 lines
416 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
<!--
Conflicts with Kernel Streaming MPU401 driver.
Here for reference only.
-->
<module name="mpu401" type="kernelmodedriver">
<include base="mpu401_nt4">.</include>
<library>ntoskrnl</library>
<library>hal</library>
<file>mpu401.c</file>
<file>portio.c</file>
<file>settings.c</file>
<file>mpu401.rc</file>
</module>