2007-09-14 17:07:53 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
2010-04-18 18:20:33 +00:00
|
|
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
<if property="ARCH" value="i386">
|
2010-03-25 13:55:00 +00:00
|
|
|
<module name="bootcd" type="iso" output="ReactOS.iso">
|
|
|
|
<bootsector>isoboot</bootsector>
|
2011-05-19 21:55:57 +00:00
|
|
|
<!--cdfile installbase="$(CDOUTPUT)">unattend.inf</cdfile-->
|
2010-03-25 13:55:00 +00:00
|
|
|
</module>
|
|
|
|
</if>
|
2010-04-18 18:20:33 +00:00
|
|
|
<ifnot property="ARCH" value="i386">
|
2010-03-25 13:55:00 +00:00
|
|
|
<module name="bootcd" type="iso" output="ReactOS-$(ARCH).iso">
|
|
|
|
<bootsector>isoboot</bootsector>
|
|
|
|
</module>
|
|
|
|
</ifnot>
|
2010-04-18 18:20:33 +00:00
|
|
|
</group>
|