diff options
author | Michael Bien <[email protected]> | 2010-11-15 16:43:33 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-11-15 16:43:33 +0100 |
commit | 620d415f167d789f52351f01d4dcb902a59bcbaa (patch) | |
tree | d25bd26ecca356a4f0ee726c7fd8731ef8b5835e /build.xml | |
parent | ec962d224830804c38b5dd0362e0f6d284b73a22 (diff) |
small modifications and fixes (build, gluegen)
- do not fail if artifact.properties is missing in jogl
- include cl_ext.h to jocl glue code
- added quotes to #warning text in cl_platform.h to be able to cleanly read it via gluegen
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ <target name="tag.build"> <property file="${dist.jar.dir}/artifact.properties"/> <property name="jocl.build.number" value="manual-build"/> - <copy file="${jogl.root}/${rootrel.build}/artifact.properties" todir="${dist.jar.dir}" overwrite="true"/> + <copy file="${jogl.root}/${rootrel.build}/artifact.properties" todir="${dist.jar.dir}" overwrite="true" failonerror="false"/> <echo file="${dist.jar.dir}/artifact.properties" message="jocl.build.number=${jocl.build.number}${line.separator}" append="true" /> </target> |