equal
deleted
inserted
replaced
23 </target> |
23 </target> |
24 |
24 |
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] Warning: hard-coded to tb91!</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/os/deviceplatformrelease/symbianosbld/cedarutils/Symbian_OS.hrh" tofile="${build.drive}/epoc32/include/variant/Symbian_OS.hrh" failonerror="true" verbose="true" /> |
30 <copy file="${build.drive}/${sf.spec.bldmefirst.gt.hrh}" tofile="${build.drive}/epoc32/include/variant/Symbian_OS.hrh" failonerror="true" verbose="true" /> |
31 <copy file="${build.drive}/sf/os/deviceplatformrelease/symbianosbld/cedarutils/Symbian_OS_vtb91sf.cfg" tofile="${build.drive}/epoc32/tools/variant/variant.cfg" failonerror="true" verbose="true" preservelastmodified="true" /> |
31 <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> |
32 </target> |
33 |
33 |
34 <target name="sf-platform-bootstrap-s60" > |
34 <target name="sf-platform-bootstrap-s60" > |
35 <!-- Do touch on S60 variant.cfg to force raptor to export --> |
35 <!-- Do touch on S60 variant.cfg to force raptor to export --> |
36 <touch file="${build.drive}/${sf.spec.bldmefirst.s60.sbs.variant.cfg}" /> |
36 <touch file="${build.drive}/${sf.spec.bldmefirst.s60.sbs.variant.cfg}" /> |