bldmefirst fix for symbian^2 symbian^3 builds - getting location of symbian_OS.hrh and variant.cfg from the project config.
authorMattD <mattd@symbian.org>
Wed, 02 Sep 2009 18:28:55 +0100
changeset 391 bb7bd27a0a82
parent 381 ad45f298ad85
child 392 7efe68a9f0fe
bldmefirst fix for symbian^2 symbian^3 builds - getting location of symbian_OS.hrh and variant.cfg from the project config.
sf-platform/build.xml
--- a/sf-platform/build.xml	Fri Aug 28 10:25:09 2009 +0100
+++ b/sf-platform/build.xml	Wed Sep 02 18:28:55 2009 +0100
@@ -25,10 +25,10 @@
   <target name="sf-platform-bootstrap" depends="sf-platform-bootstrap-gt,sf-platform-bootstrap-s60"/>
 
   <target name="sf-platform-bootstrap-gt" >
-    <echo>[SF-platform-bootstrap-gt] Warning: hard-coded to tb91!</echo>
+    <echo>[SF-platform-bootstrap-gt]</echo>
     <!-- do initial stuff to get raptor working -->
-    <copy file="${build.drive}/sf/os/deviceplatformrelease/symbianosbld/cedarutils/Symbian_OS.hrh" tofile="${build.drive}/epoc32/include/variant/Symbian_OS.hrh" failonerror="true" verbose="true" />
-    <copy file="${build.drive}/sf/os/deviceplatformrelease/symbianosbld/cedarutils/Symbian_OS_vtb91sf.cfg" tofile="${build.drive}/epoc32/tools/variant/variant.cfg" failonerror="true" verbose="true" preservelastmodified="true" />
+    <copy file="${build.drive}/${sf.spec.bldmefirst.gt.hrh}" tofile="${build.drive}/epoc32/include/variant/Symbian_OS.hrh" failonerror="true" verbose="true" />
+    <copy file="${build.drive}/${sf.spec.bldmefirst.gt.variant}" tofile="${build.drive}/epoc32/tools/variant/variant.cfg" failonerror="true" verbose="true" preservelastmodified="true" />
   </target>
 
   <target name="sf-platform-bootstrap-s60" >