Merge
authorShabe Razvi <shaber@symbian.org>
Tue, 15 Sep 2009 18:18:24 +0100
changeset 454 d6e41da68616
parent 452 a95e14867851 (current diff)
parent 453 ab0e196dc2a6 (diff)
child 455 bb24766fdbdc
Merge
--- a/sf-platform/build.xml	Tue Sep 15 15:46:43 2009 +0100
+++ b/sf-platform/build.xml	Tue Sep 15 18:18:24 2009 +0100
@@ -27,7 +27,9 @@
   <target name="sf-platform-bootstrap-gt" >
     <echo>[SF-platform-bootstrap-gt]</echo>
     <!-- do initial stuff to get raptor working -->
-    <copy file="${build.drive}/${sf.spec.bldmefirst.gt.hrh}" tofile="${build.drive}/epoc32/include/variant/Symbian_OS.hrh" failonerror="true" verbose="true" />
+    <copy todir="${build.drive}/epoc32/include/variant/" failonerror="true" verbose="true">
+        <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" />
   </target>