From 3a32650d4229f9b4ad1f527d9e30c24ddb69bb3f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 25 Mar 2010 13:07:58 +0100 Subject: http://www.jogamp.org/bugzilla/show_bug.cgi?id=390 The current junit tests use a fixed 'build' sub-path, not the customizing 'rootrel.build' path. More properties needs to be passed through (ant -> junit -> ant) to comply with the current build system: * rootrel.build * os.arch * gluegen.user.compiler.file Fixed .. However .. since even more properties may influence the build, a more native solution with just plain 'ant' might be more desireable .. --- make/lib/gluegen.compiler.linux-32bit.xml | 38 +++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 make/lib/gluegen.compiler.linux-32bit.xml (limited to 'make/lib/gluegen.compiler.linux-32bit.xml') diff --git a/make/lib/gluegen.compiler.linux-32bit.xml b/make/lib/gluegen.compiler.linux-32bit.xml new file mode 100644 index 0000000..ce1554c --- /dev/null +++ b/make/lib/gluegen.compiler.linux-32bit.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3