summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2009-10-31 02:52:51 +0100
committerMichael Bien <[email protected]>2009-10-31 02:52:51 +0100
commit905a38eb0a435a31ba5a4a9091dfc67350fc8fa8 (patch)
tree601a672140f58562db511dbccce7be258bc16350 /build.xml
parent9391dcca25535172316a7e2ec593c381f2fb6f5a (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.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/build.xml b/build.xml
index a31b8bdb..0b0ee051 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />