Include armv5 bootloader binaries into lib zipfile.
authorShabe Razvi <shaber@symbian.org>
Mon, 22 Mar 2010 14:23:18 +0000
changeset 937 d01f6a730008
parent 931 5a526b63fb08
child 938 8b364fe9ff75
Include armv5 bootloader binaries into lib zipfile.
common/build.postbuild.xml
--- a/common/build.postbuild.xml	Thu Mar 18 10:14:16 2010 +0000
+++ b/common/build.postbuild.xml	Mon Mar 22 14:23:18 2010 +0000
@@ -325,6 +325,7 @@
                 <arg value="-t${sf.spec.package.zip.format}"/>
                 <arg value="-x@${build.log.dir}/rnd_excludefile.txt"/>
                 <arg value="-xr!*.sym"/>
+                <arg value="-ir!epoc32/release/armv5/_*.bin"/> <!-- include bootloaders in common lib zipfile -->
                 <arg value="${build.drive}/output/zips/release/binaries_armv5_lib.zip"/>
                 <arg value="epoc32\release\armv5\lib"/>
             </exec>