mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
13 lines
379 B
Ruby
13 lines
379 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<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>
|