diff -r 3c858aa7a023 -r 56a1d97e7c73 doc/api/helium/target-sf-platform-bootstrap-gt.html --- 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 @@

Target sf-platform-bootstrap-gt

Location

-

D:\maintools\sf-config\sf-platform\build.xml:27: +

d:\maintools\sf-config\sf-platform\build.xml:35:

Conditional execution

@@ -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>