Move gcc into tools_epoc.zip so that syborg/beagle rom building works during build from source only. PDK_3.0.e
authorShabe Razvi <shaber@symbian.org>
Wed, 06 Jan 2010 22:30:41 +0000
changeset 838 a1ebf7f8e66f
parent 837 4963c9fe9db8
child 839 57b0cd458573
child 842 f8c7a61e794b
Move gcc into tools_epoc.zip so that syborg/beagle rom building works during build from source only.
common/build.postbuild.xml
--- a/common/build.postbuild.xml	Wed Jan 06 16:06:18 2010 +0000
+++ b/common/build.postbuild.xml	Wed Jan 06 22:30:41 2010 +0000
@@ -236,6 +236,7 @@
                     <arg value="-tzip"/>
                     <arg value="-x@${build.log.dir}/rnd_excludefile.txt"/>
                     <arg value="-x@${sf.epoc32.exclusions.file}"/>
+                    <arg value="-x!epoc32\gcc"/>
                     <arg value="-x!epoc32\tools"/>
                     <arg value="-x!epoc32\build"/>
                     <arg value="-x!epoc32\release\armv5"/>
@@ -310,6 +311,7 @@
             <arg value="-x@${build.log.dir}/rnd_excludefile.txt"/>
             <arg value="${build.drive}/output/zips/release/tools_epoc.zip"/> 
             <arg value="epoc32/tools"/>
+            <arg value="epoc32/gcc"/>
         </exec>
         <antcall target="sf-zip-content">
             <param name="zip.config.file" value="${temp.build.dir}/zip.cfg.xml.ftl"/>