mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
c501d8112c
svn path=/branches/aicom-network-fixes/; revision=34994
8 lines
288 B
Ruby
8 lines
288 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="beep" type="kernelmodedriver" installbase="system32/drivers" installname="beep.sys">
|
|
<library>ntoskrnl</library>
|
|
<library>hal</library>
|
|
<file>beep.c</file>
|
|
<file>beep.rc</file>
|
|
</module>
|