mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Only build winsetupldr for x86, since there's no NT for ARM
svn path=/trunk/; revision=41911
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
<directory name="reactos">
|
||||
<file>setupldr.c</file>
|
||||
</directory>
|
||||
<directory name="windows">
|
||||
<file>setupldr2.c</file>
|
||||
</directory>
|
||||
<if property="ARCH" value="i386">
|
||||
<directory name="windows">
|
||||
<file>setupldr2.c</file>
|
||||
</directory>
|
||||
</if>
|
||||
</module>
|
||||
|
||||
Reference in New Issue
Block a user