equal
deleted
inserted
replaced
39 <fileset dir="${build.drive}/${sf.spec.bldmefirst.gt.hrh}" includes="*.hrh"/> |
39 <fileset dir="${build.drive}/${sf.spec.bldmefirst.gt.hrh}" includes="*.hrh"/> |
40 </copy> |
40 </copy> |
41 <copy file="${build.drive}/${sf.spec.bldmefirst.gt.variant}" tofile="${build.drive}/epoc32/tools/variant/variant.cfg" failonerror="true" verbose="true" preservelastmodified="true" /> |
41 <copy file="${build.drive}/${sf.spec.bldmefirst.gt.variant}" tofile="${build.drive}/epoc32/tools/variant/variant.cfg" failonerror="true" verbose="true" preservelastmodified="true" /> |
42 <if><isset property="sf.spec.bldmefirst.gt.hrh.os"/> |
42 <if><isset property="sf.spec.bldmefirst.gt.hrh.os"/> |
43 <then> |
43 <then> |
44 <copy file="${build.drive}/${sf.spec.bldmefirst.gt.hrh.os}" tofile="${build.drive}/epoc32/tools/variant/Symbian_OS.hrh" failonerror="false" overwrite="true" verbose="true" preservelastmodified="true" /> |
44 <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" /> |
45 </then> |
45 </then> |
46 </if> |
46 </if> |
47 </target> |
47 </target> |
48 |
48 |
49 <target name="sf-platform-bootstrap-s60" > |
49 <target name="sf-platform-bootstrap-s60" > |