common/build.postbuild.xml
changeset 698 382728cd25d2
parent 685 b4b3727007b2
child 699 cdfb88270be0
--- a/common/build.postbuild.xml	Mon Oct 19 13:21:41 2009 +0100
+++ b/common/build.postbuild.xml	Mon Oct 19 17:55:16 2009 +0100
@@ -2,6 +2,14 @@
 <project name="SF-POSTBUILD" xmlns:hlm="http://www.nokia.com/helium">
     <target name="sf-postbuild">
         <echo>[SF-POSTBUILD]</echo>
+        
+        <if><istrue value="${sf.spec.referenceroms.createimages.enable}"/>
+        <then>
+            <echo message="INFO Building ROMs defined for this project"/>
+            <runtarget target="sf-rombuild"/>
+        </then>
+        </if>
+        
         <parallel>                
             <!-- TAG SOURCE CODE -->
             <if>