sf-platform/build.xml
changeset 532 082968cf2c9e
parent 482 81211967e594
child 539 b8d92de47238
equal deleted inserted replaced
531:fa1abab8ce98 532:082968cf2c9e
    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" preservelastmodified="true" />
       
    42 	<if><isset property="sf.spec.bldmefirst.gt.hrh.os"/>
       
    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" />
       
    45 	 </then>
       
    46 	</if>
    42   </target>
    47   </target>
    43 
    48 
    44   <target name="sf-platform-bootstrap-s60" >    
    49   <target name="sf-platform-bootstrap-s60" >    
    45     <!-- Do touch on S60 variant.cfg to force raptor to export -->
    50     <!-- Do touch on S60 variant.cfg to force raptor to export -->
    46     <touch file="${build.drive}/${sf.spec.bldmefirst.s60.sbs.variant.cfg}" />
    51     <touch file="${build.drive}/${sf.spec.bldmefirst.s60.sbs.variant.cfg}" />