- Fix _WINKD_ build breakage from 44023 -- missed to commit the .rbuild change for the renamed kdsup.c files

svn path=/trunk/; revision=44026
This commit is contained in:
Stefan Ginsberg 2009-11-08 11:41:35 +00:00
parent ef21516cc4
commit 335f8ac467

View file

@ -325,17 +325,17 @@
<directory name="kd64">
<if property="ARCH" value="i386">
<directory name="i386">
<file>kdsup.c</file>
<file>kdx86.c</file>
</directory>
</if>
<if property="ARCH" value="amd64">
<directory name="amd64">
<file>kdsup.c</file>
<file>kdx64.c</file>
</directory>
</if>
<if property="ARCH" value="arm">
<directory name="arm">
<file>kdsup.c</file>
<file>kdarm.c</file>
</directory>
</if>
<file>kdapi.c</file>