equal
deleted
inserted
replaced
25 <target name="sf-platform-bootstrap" depends="sf-platform-bootstrap-gt,sf-platform-bootstrap-s60"/> |
25 <target name="sf-platform-bootstrap" depends="sf-platform-bootstrap-gt,sf-platform-bootstrap-s60"/> |
26 |
26 |
27 <target name="sf-platform-bootstrap-gt" > |
27 <target name="sf-platform-bootstrap-gt" > |
28 <echo>[SF-platform-bootstrap-gt]</echo> |
28 <echo>[SF-platform-bootstrap-gt]</echo> |
29 <!-- do initial stuff to get raptor working --> |
29 <!-- do initial stuff to get raptor working --> |
30 <copy file="${build.drive}/${sf.spec.bldmefirst.gt.hrh}" tofile="${build.drive}/epoc32/include/variant/Symbian_OS.hrh" failonerror="true" verbose="true" /> |
30 <copy todir="${build.drive}/epoc32/include/variant/" failonerror="true" verbose="true"> |
|
31 <fileset dir="${build.drive}/${sf.spec.bldmefirst.gt.hrh}" includes="*.hrh"/> |
|
32 </copy> |
31 <copy file="${build.drive}/${sf.spec.bldmefirst.gt.variant}" tofile="${build.drive}/epoc32/tools/variant/variant.cfg" failonerror="true" verbose="true" preservelastmodified="true" /> |
33 <copy file="${build.drive}/${sf.spec.bldmefirst.gt.variant}" tofile="${build.drive}/epoc32/tools/variant/variant.cfg" failonerror="true" verbose="true" preservelastmodified="true" /> |
32 </target> |
34 </target> |
33 |
35 |
34 <target name="sf-platform-bootstrap-s60" > |
36 <target name="sf-platform-bootstrap-s60" > |
35 <!-- Do touch on S60 variant.cfg to force raptor to export --> |
37 <!-- Do touch on S60 variant.cfg to force raptor to export --> |