common/build.xml
changeset 1191 5796b6eeacd9
parent 1184 0485a6899b9b
child 1205 3698c6929ff1
child 1211 fc57c9119823
equal deleted inserted replaced
1190:19e93405e223 1191:5796b6eeacd9
   126           </hlm:signalInput>
   126           </hlm:signalInput>
   127 
   127 
   128           <!-- configure stages -->
   128           <!-- configure stages -->
   129           <hlm:stage id="preparation" starttarget="sf-prebuild" endtarget="sf-prebuild"/>
   129           <hlm:stage id="preparation" starttarget="sf-prebuild" endtarget="sf-prebuild"/>
   130           <hlm:stage id="compilation" starttarget="sf-compile" endtarget="sf-compile"/>
   130           <hlm:stage id="compilation" starttarget="sf-compile" endtarget="sf-compile"/>
       
   131           <hlm:stage id="romcreation" starttarget="sf-build-roms" endtarget="sf-build-roms"/>
   131           <hlm:stage id="postbuild" starttarget="sf-postbuild" endtarget="sf-postbuild"/>
   132           <hlm:stage id="postbuild" starttarget="sf-postbuild" endtarget="sf-postbuild"/>
   132 
   133           
   133       </then>
   134       </then>
   134     </if>
   135     </if>
   135     
   136     
   136     <!--
   137     <!--
   137       - END OF PROPERTY DEFINITIONS, TARGETS START HERE
   138       - END OF PROPERTY DEFINITIONS, TARGETS START HERE