mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
- 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:
parent
ef21516cc4
commit
335f8ac467
1 changed files with 3 additions and 3 deletions
|
@ -325,17 +325,17 @@
|
||||||
<directory name="kd64">
|
<directory name="kd64">
|
||||||
<if property="ARCH" value="i386">
|
<if property="ARCH" value="i386">
|
||||||
<directory name="i386">
|
<directory name="i386">
|
||||||
<file>kdsup.c</file>
|
<file>kdx86.c</file>
|
||||||
</directory>
|
</directory>
|
||||||
</if>
|
</if>
|
||||||
<if property="ARCH" value="amd64">
|
<if property="ARCH" value="amd64">
|
||||||
<directory name="amd64">
|
<directory name="amd64">
|
||||||
<file>kdsup.c</file>
|
<file>kdx64.c</file>
|
||||||
</directory>
|
</directory>
|
||||||
</if>
|
</if>
|
||||||
<if property="ARCH" value="arm">
|
<if property="ARCH" value="arm">
|
||||||
<directory name="arm">
|
<directory name="arm">
|
||||||
<file>kdsup.c</file>
|
<file>kdarm.c</file>
|
||||||
</directory>
|
</directory>
|
||||||
</if>
|
</if>
|
||||||
<file>kdapi.c</file>
|
<file>kdapi.c</file>
|
||||||
|
|
Loading…
Reference in a new issue