build.xml
changeset 737 12fc0aa86db9
parent 698 382728cd25d2
child 899 d80a65072ed8
--- a/build.xml	Tue Nov 03 09:27:37 2009 +0000
+++ b/build.xml	Wed Nov 04 11:35:53 2009 +0000
@@ -10,6 +10,11 @@
   <!-- import job properties -->
   <import file="${sf.project.location}/${sf.project.name}_props.ant.xml" optional="yes"/>
   
+  <!-- Override Helium defaults to allow winscw builds without RVCT -->
+  <target name="check-env-arm-license"/>
+  <target name="get-arm-license"/>
+  <target name="set-arm-version"/>
+  
   <!-- set sf.spec.job.name and sf.spec.job.codeline if they are not specified in the project's job_props.ant.xml -->
   <path id="lib.path">
     <fileset dir="${helium.dir}/external/antlibs" includes="**/*.jar"/>