common/build.postbuild.xml
changeset 960 b0315c337be6
parent 959 8dfe67a9e2fe
child 985 0c73a8e8c626
child 1002 3cb49f24dbca
equal deleted inserted replaced
959:8dfe67a9e2fe 960:b0315c337be6
   241                     <arg value="a"/>
   241                     <arg value="a"/>
   242                     <arg value="-t${sf.spec.package.zip.format}"/>
   242                     <arg value="-t${sf.spec.package.zip.format}"/>
   243                     <arg value="-x@${build.log.dir}/rnd_excludefile.txt"/>
   243                     <arg value="-x@${build.log.dir}/rnd_excludefile.txt"/>
   244                     <arg value="-x@${sf.epoc32.exclusions.file}"/>
   244                     <arg value="-x@${sf.epoc32.exclusions.file}"/>
   245                     <arg value="-x!epoc32\gcc"/>
   245                     <arg value="-x!epoc32\gcc"/>
       
   246                     <arg value="-x!epoc32\gcc_mingw"/>
   246                     <arg value="-x!epoc32\tools"/>
   247                     <arg value="-x!epoc32\tools"/>
   247                     <arg value="-x!epoc32\build"/>
   248                     <arg value="-x!epoc32\build"/>
   248                     <arg value="-x!epoc32\release\armv5"/>
   249                     <arg value="-x!epoc32\release\armv5"/>
   249                     <arg value="-x!epoc32\release\winscw"/>
   250                     <arg value="-x!epoc32\release\winscw"/>
   250                     <arg value="-xr!*.sym"/>
   251                     <arg value="-xr!*.sym"/>
   354             <arg value="-t${sf.spec.package.zip.format}"/>
   355             <arg value="-t${sf.spec.package.zip.format}"/>
   355             <arg value="-x@${build.log.dir}/rnd_excludefile.txt"/>
   356             <arg value="-x@${build.log.dir}/rnd_excludefile.txt"/>
   356             <arg value="${build.drive}/output/zips/release/tools_epoc.zip"/> 
   357             <arg value="${build.drive}/output/zips/release/tools_epoc.zip"/> 
   357             <arg value="epoc32/tools"/>
   358             <arg value="epoc32/tools"/>
   358             <arg value="epoc32/gcc"/>
   359             <arg value="epoc32/gcc"/>
       
   360             <arg value="epoc32/gcc_mingw"/>
   359         </exec>
   361         </exec>
   360         <antcall target="sf-zip-content">
   362         <antcall target="sf-zip-content">
   361             <param name="zip.config.file" value="${temp.build.dir}/zip.cfg.xml.ftl"/>
   363             <param name="zip.config.file" value="${temp.build.dir}/zip.cfg.xml.ftl"/>
   362             <param name="zip.target.name" value="tools" />
   364             <param name="zip.target.name" value="tools" />
   363         </antcall>
   365         </antcall>