Merge
authorShabe Razvi <shaber@symbian.org>
Wed, 31 Mar 2010 11:13:39 +0100
changeset 957 9a43fe34cdb4
parent 956 aabab255ad7b (diff)
parent 955 28714977dccb (current diff)
child 1026 9983d8eb2250
Merge
--- a/common/build.postbuild.xml	Wed Mar 31 10:20:44 2010 +0100
+++ b/common/build.postbuild.xml	Wed Mar 31 11:13:39 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>
         
@@ -885,4 +885,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>