--- a/doc/api/helium/target-sf-platform-bootstrap-gt.html Tue Oct 06 17:31:14 2009 +0100
+++ b/doc/api/helium/target-sf-platform-bootstrap-gt.html Thu Oct 08 19:36:20 2009 +0100
@@ -82,7 +82,7 @@
<h2>Target sf-platform-bootstrap-gt</h2>
<p><b>Location</b></p>
-<p> <tt class="docutils literal"><a href="/D:/maintools/sf-config/sf-platform/build.xml#L27">D:\maintools\sf-config\sf-platform\build.xml:27:</a></tt>
+<p> <tt class="docutils literal"><a href="/d:/maintools/sf-config/sf-platform/build.xml#L35">d:\maintools\sf-config\sf-platform\build.xml:35:</a></tt>
</p>
<p><b>Conditional execution</b></p>
@@ -138,8 +138,15 @@
<target name="sf-platform-bootstrap-gt">
<echo>[SF-platform-bootstrap-gt]</echo>
<!-- do initial stuff to get raptor working -->
- <copy file="${build.drive}/${sf.spec.bldmefirst.gt.hrh}" tofile="${build.drive}/epoc32/include/variant/Symbian_OS.hrh" failonerror="true" verbose="true"/>
+ <copy todir="${build.drive}/epoc32/include/variant/" failonerror="true" verbose="true">
+ <fileset dir="${build.drive}/${sf.spec.bldmefirst.gt.hrh}" includes="*.hrh"/>
+ </copy>
<copy file="${build.drive}/${sf.spec.bldmefirst.gt.variant}" tofile="${build.drive}/epoc32/tools/variant/variant.cfg" failonerror="true" verbose="true" preservelastmodified="true"/>
+ <if><isset property="sf.spec.bldmefirst.gt.hrh.os"/>
+ <then>
+ <copy file="${build.drive}/${sf.spec.bldmefirst.gt.hrh.os}" tofile="${build.drive}/epoc32/include/variant/Symbian_OS.hrh" failonerror="false" overwrite="true" verbose="true" preservelastmodified="true"/>
+ </then>
+ </if>
</target>
</pre>