mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
- Delete rbuild and the rbuild files.
svn path=/branches/cmake-bringup/; revision=48237
This commit is contained in:
parent
c424146e2c
commit
62ff6c86b7
768 changed files with 0 additions and 18365 deletions
|
@ -1,14 +0,0 @@
|
|||
<?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>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="bootcdregtest" type="iso" output="ReactOS-RegTest.iso">
|
||||
<bootsector>isobtrt</bootsector>
|
||||
<cdfile installbase="$(CDOUTPUT)">unattend.inf</cdfile>
|
||||
</module>
|
|
@ -1,28 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<cdfile>autorun.inf</cdfile>
|
||||
<cdfile>icon.ico</cdfile>
|
||||
<cdfile>readme.txt</cdfile>
|
||||
<cdfile nameoncd="freeldr.ini">bootcd.ini</cdfile>
|
||||
|
||||
<cdfile installbase="$(CDOUTPUT)" nameoncd="hivecls.inf">hivecls_$(ARCH).inf</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)" nameoncd="hivedef.inf">hivedef_$(ARCH).inf</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)" nameoncd="hivesft.inf">hivesft_$(ARCH).inf</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)" nameoncd="hivesys.inf">hivesys_$(ARCH).inf</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)">txtsetup.sif</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)" nameoncd="unattend.inf.sample">unattend.inf</cdfile>
|
||||
|
||||
<directory name="bootcd">
|
||||
<xi:include href="bootcd/bootcd.rbuild" />
|
||||
</directory>
|
||||
<directory name="livecd">
|
||||
<xi:include href="livecd/livecd.rbuild" />
|
||||
</directory>
|
||||
<directory name="bootcdregtest">
|
||||
<xi:include href="bootcdregtest/bootcdregtest.rbuild" />
|
||||
</directory>
|
||||
<directory name="livecdregtest">
|
||||
<xi:include href="livecdregtest/livecdregtest.rbuild" />
|
||||
</directory>
|
||||
</group>
|
|
@ -1,14 +0,0 @@
|
|||
<?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="livecd" type="liveiso" output="ReactOS-LiveCD.iso">
|
||||
<bootsector>isoboot</bootsector>
|
||||
</module>
|
||||
</if>
|
||||
<ifnot property="ARCH" value="i386">
|
||||
<module name="livecd" type="liveiso" output="ReactOS-LiveCD-$(ARCH).iso">
|
||||
<bootsector>isoboot</bootsector>
|
||||
</module>
|
||||
</ifnot>
|
||||
</group>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="livecdregtest" type="liveiso" output="ReactOS-LiveCD-RegTest.iso">
|
||||
<bootsector>isobtrt</bootsector>
|
||||
</module>
|
Loading…
Add table
Add a link
Reference in a new issue