common/build.postbuild.xml
changeset 1026 9983d8eb2250
parent 985 0c73a8e8c626
parent 956 aabab255ad7b
child 1028 11f25704ec27
--- a/common/build.postbuild.xml	Wed Apr 28 14:37:04 2010 +0100
+++ b/common/build.postbuild.xml	Wed May 12 12:31:35 2010 +0100
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project name="SF-POSTBUILD" xmlns:hlm="http://www.nokia.com/helium">
-    <target name="sf-postbuild">
+    <target name="sf-postbuild" depends="sf-build-roms">
         <stopwatch name="sf-postbuild"/>
         <echo>[SF-POSTBUILD]</echo>
         
@@ -898,4 +898,14 @@
         </copy>
     </target>
 
+    <target name="sf-build-roms">
+        <if>
+            <istrue value="${sf.spec.referenceroms.createimages.enable}" />
+            <then>
+                <echo message="INFO Building iMaker configurations"/>
+                <runtarget target="build-roms"/>
+            </then>
+        </if>    
+    </target>
+    
 </project>