mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Renamed legacy mpu401 driver to mpu401_nt4 and disabled the building of
all drivers in this directory (all are incomplete, none of them work and are superceded by the Kernel Streaming alternatives.) Leaving drivers in source tree for reference at present but they can eventually be removed. svn path=/trunk/; revision=27485
This commit is contained in:
parent
15355ab9a9
commit
ec310c8989
10 changed files with 14 additions and 4 deletions
|
@ -1,5 +1,9 @@
|
|||
<directory name="mpu401">
|
||||
<xi:include href="mpu401/mpu401.rbuild" />
|
||||
<!--
|
||||
<directory name="mpu401_nt4">
|
||||
<xi:include href="mpu401_nt4/mpu401.rbuild" />
|
||||
</directory>
|
||||
<directory name="sb16_nt4">
|
||||
<xi:include href="sb16_nt4/sb16_nt4.rbuild" />
|
||||
</directory>
|
||||
<directory name="sndblst">
|
||||
<xi:include href="sndblst/sndblst.rbuild" />
|
||||
|
@ -7,3 +11,4 @@
|
|||
<directory name="sound">
|
||||
<xi:include href="sound/sound.rbuild" />
|
||||
</directory>
|
||||
-->
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
<!--
|
||||
Conflicts with Kernel Streaming MPU401 driver.
|
||||
Here for reference only.
|
||||
-->
|
||||
|
||||
<module name="mpu401" type="kernelmodedriver">
|
||||
<include base="mpu401">.</include>
|
||||
<include base="mpu401_nt4">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id$ */
|
||||
/* $Id: mpu401.rc 21285 2006-03-10 23:22:58Z jimtabor $ */
|
||||
|
||||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "MPU-401 MIDI Driver\0"
|
Loading…
Reference in a new issue