- 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:
Marc Piulachs
2008-06-30 09:28:28 +00:00
parent 2ace5cc90d
commit 4ecfe76505
3 changed files with 43 additions and 6 deletions
@@ -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>
+19 -6
View File
@@ -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>