sf-platform/build.xml
changeset 532 082968cf2c9e
parent 482 81211967e594
child 539 b8d92de47238
--- 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" >