diff options
author | Michael Bien <[email protected]> | 2009-10-31 02:52:51 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-10-31 02:52:51 +0100 |
commit | 905a38eb0a435a31ba5a4a9091dfc67350fc8fa8 (patch) | |
tree | 601a672140f58562db511dbccce7be258bc16350 /build.xml | |
parent | 9391dcca25535172316a7e2ec593c381f2fb6f5a (diff) |
updated headers to latest version.
added -Xmx256m to junit jvm arguments to prevent OOME on some systems.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -114,12 +114,6 @@ <echo message=" - - - JOCL natives compiled - - - "/> - <copy todir="${natives.jocl.dir}"> - <fileset dir="${gluegen.root}/build/obj"> - <include name="*.so"/> - </fileset> - </copy> - </target> <target name="c.configure.all" depends="gluegen.cpptasks.detect.os, gluegen.cpptasks.setup.compiler, jocl.setup.linker, c.configure.os" /> |