Updated mechanism to manage Symbian_OS.hrh file to be inline with latest Nokia drop.
authorThomasE
Tue, 29 Sep 2009 12:49:58 +0100
changeset 532 082968cf2c9e
parent 531 fa1abab8ce98
child 535 168c87a1d843
Updated mechanism to manage Symbian_OS.hrh file to be inline with latest Nokia drop.
sf-platform/build.xml
--- a/sf-platform/build.xml	Tue Sep 29 10:12:29 2009 +0100
+++ b/sf-platform/build.xml	Tue Sep 29 12:49:58 2009 +0100
@@ -39,6 +39,11 @@
         <fileset dir="${build.drive}/${sf.spec.bldmefirst.gt.hrh}" includes="*.hrh"/>
     </copy>
     <copy file="${build.drive}/${sf.spec.bldmefirst.gt.variant}" tofile="${build.drive}/epoc32/tools/variant/variant.cfg" failonerror="true" verbose="true" preservelastmodified="true" />
+	<if><isset property="sf.spec.bldmefirst.gt.hrh.os"/>
+	 <then>
+	  <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" />
+	 </then>
+	</if>
   </target>
 
   <target name="sf-platform-bootstrap-s60" >