mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
4019caae75
svn path=/branches/shell32_new-bringup/; revision=51893
24 lines
732 B
Ruby
24 lines
732 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="kdcom" type="kernelmodedll" entrypoint="0" installbase="system32" installname="kdcom.dll">
|
|
<importlibrary definition="kdcom.spec"></importlibrary>
|
|
<bootstrap installbase="$(CDOUTPUT)/system32" nameoncd="kdcom.dll" />
|
|
<include base="kdcom">.</include>
|
|
<library>ntoskrnl</library>
|
|
<library>hal</library>
|
|
<if property="ARCH" value="i386">
|
|
<directory name="i386">
|
|
<file>kdbg.c</file>
|
|
</directory>
|
|
</if>
|
|
<if property="ARCH" value="arm">
|
|
<directory name="arm">
|
|
<file>kdbg.c</file>
|
|
</directory>
|
|
</if>
|
|
<if property="ARCH" value="amd64">
|
|
<directory name="i386">
|
|
<file>kdbg.c</file>
|
|
</directory>
|
|
</if>
|
|
</module>
|