merge
authorBrendan Donegan brendand@symbian.org
Tue, 29 Sep 2009 13:23:36 +0100
changeset 535 168c87a1d843
parent 534 950d906d9ae1 (current diff)
parent 532 082968cf2c9e (diff)
child 536 ffddef07ae2e
merge
--- a/sf-platform/build.xml	Tue Sep 29 13:22:46 2009 +0100
+++ b/sf-platform/build.xml	Tue Sep 29 13:23:36 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" >