reactos/drivers/base/kddll/kddll.rbuild
Cameron Gutman 29fa274d6d - Create another branch for networking fixes
- TSVN choked repeatedly when attempting to merge ~9000 revs into the branch (tried 3 times on 2 different computers)
 - If someone wants to delete aicom-network-fixes, they are welcome to
 - Lesson learned: Letting a branch get thousands of revs out of date is a horrible idea

svn path=/branches/aicom-network-branch/; revision=44353
2009-12-02 03:23:19 +00:00

25 lines
743 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="kdlib" type="staticlibrary">
<include base="kdlib">.</include>
<library>ntoskrnl</library>
<library>hal</library>
<file>kddll.c</file>
</module>
<module name="kdserial" type="staticlibrary">
<include base="kdserial">.</include>
<library>ntoskrnl</library>
<file>kdserial.c</file>
</module>
<module name="kdcom" type="kernelmodedll" entrypoint="0" installbase="system32" installname="kdcom.dll">
<importlibrary definition="kddll.spec"></importlibrary>
<bootstrap installbase="$(CDOUTPUT)" nameoncd="kdcom.dll" />
<include base="kdcom">.</include>
<library>kdlib</library>
<library>kdserial</library>
<file>kdcom.c</file>
</module>