mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user