Move gcc into tools_epoc.zip so that syborg/beagle rom building works during build from source only.
--- 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"/>