common/build.xml
changeset 81 5e724ff842b4
parent 76 a115d49b621f
child 84 fcf94a72b33e
--- a/common/build.xml	Fri May 01 14:06:09 2009 +0100
+++ b/common/build.xml	Fri May 01 15:07:37 2009 +0100
@@ -148,6 +148,12 @@
 					<runtarget target="sf-package-source"/>
 				</then>
 				</if>
+				
+				<!-- merge RnD binaries into the epoc tree -->
+				<echo message="Merges RnD binaries into the Epoc tree"/>
+				<exec executable="perl" dir="${build.drive}/" failonerror="true" output="${build.log.dir}/mergeepoc32.log">
+					<arg value="${sf.common.config.dir}/tools/mergeepoc32.pl"/>
+				</exec>
             </then>
         </if>        
       <if>