mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- try to fix build (NOT TESTED). This is a temporary solution however. Most of the registry information must be dynamically generated by rbuild and the rest in from of .inf files during 2nd stage setup
svn path=/trunk/; revision=34215
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
||||
<cdfile installbase="$(CDOUTPUT)">hivecls.inf</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)">hivedef.inf</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)">hivesft.inf</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)">hivesys.inf</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)">txtsetup.sif</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)">unattend.inf</cdfile>
|
||||
|
||||
</group>
|
||||
@@ -4,12 +4,25 @@
|
||||
<cdfile>autorun.inf</cdfile>
|
||||
<cdfile>icon.ico</cdfile>
|
||||
<cdfile>readme.txt</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)">hivecls.inf</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)">hivedef.inf</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)">hivesft.inf</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)">hivesys.inf</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)">txtsetup.sif</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)">unattend.inf</cdfile>
|
||||
|
||||
<if property="ARCH" value="i386">
|
||||
<directory name="i386">
|
||||
<xi:include href="i386/directory.rbuild" />
|
||||
</directory>
|
||||
</if>
|
||||
<!--
|
||||
<if property="ARCH" value="powerpc">
|
||||
<directory name="ppc">
|
||||
<xi:include href="ppc/directory.rbuild" />
|
||||
</directory>
|
||||
</if>
|
||||
-->
|
||||
<if property="ARCH" value="arm">
|
||||
<directory name="arm">
|
||||
<xi:include href="arm/directory.rbuild" />
|
||||
</directory>
|
||||
</if>
|
||||
|
||||
<directory name="bootcd">
|
||||
<xi:include href="bootcd/bootcd.rbuild" />
|
||||
</directory>
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
||||
<cdfile installbase="$(CDOUTPUT)">hivecls.inf</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)">hivedef.inf</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)">hivesft.inf</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)">hivesys.inf</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)">txtsetup.sif</cdfile>
|
||||
<cdfile installbase="$(CDOUTPUT)">unattend.inf</cdfile>
|
||||
|
||||
</group>
|
||||
Reference in New Issue
Block a user