sf-platform/build.xml
changeset 628 90be37e95e2f
parent 619 5a46e24ea747
child 637 3effbd6728d4
equal deleted inserted replaced
627:56a1d97e7c73 628:90be37e95e2f
    36     <echo>[SF-platform-bootstrap-gt]</echo>
    36     <echo>[SF-platform-bootstrap-gt]</echo>
    37     <!-- do initial stuff to get raptor working -->
    37     <!-- do initial stuff to get raptor working -->
    38     <copy todir="${build.drive}/epoc32/include/variant/" failonerror="true" verbose="true">
    38     <copy todir="${build.drive}/epoc32/include/variant/" failonerror="true" verbose="true">
    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" overwrite="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/include/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>