mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[VMWINST] - Rename FileExists() to DoesFileExist() to avoid clashing with the real API. svn path=/branches/header-work/; revision=47155
15 lines
441 B
Ruby
15 lines
441 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<if property="ARCH" value="i386">
|
|
<module name="bootcd" type="iso" output="ReactOS.iso">
|
|
<bootsector>isoboot</bootsector>
|
|
</module>
|
|
</if>
|
|
<ifnot property="ARCH" value="i386">
|
|
<module name="bootcd" type="iso" output="ReactOS-$(ARCH).iso">
|
|
<bootsector>isoboot</bootsector>
|
|
</module>
|
|
</ifnot>
|
|
</group>
|