sf-platform/build.xml
changeset 1113 029af3c09d9d
parent 1097 561033b10e0f
child 1157 5fafe4f9fda8
equal deleted inserted replaced
1112:9e3f801e1569 1113:029af3c09d9d
    49     <!-- do initial stuff to get raptor working -->
    49     <!-- do initial stuff to get raptor working -->
    50     <copy todir="${build.drive}/epoc32/include/variant/" failonerror="true" verbose="true">
    50     <copy todir="${build.drive}/epoc32/include/variant/" failonerror="true" verbose="true">
    51         <fileset dir="${build.drive}/${sf.spec.bldmefirst.gt.hrh}" includes="*.hrh"/>
    51         <fileset dir="${build.drive}/${sf.spec.bldmefirst.gt.hrh}" includes="*.hrh"/>
    52     </copy>
    52     </copy>
    53     <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" />
    53     <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" />
       
    54     <copy file="${build.drive}/${sf.spec.bldmefirst.sbs.config.xml}" tofile="${build.drive}/epoc32/sbs_config/s60_sbs_config.xml" failonerror="false" verbose="true" overwrite="true" preservelastmodified="true" />
    54 	<if><isset property="sf.spec.bldmefirst.gt.hrh.os"/>
    55 	<if><isset property="sf.spec.bldmefirst.gt.hrh.os"/>
    55 	 <then>
    56 	 <then>
    56 	  <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" />
    57 	  <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" />
    57 	 </then>
    58 	 </then>
    58 	</if>
    59 	</if>