From 349de70bd5981a18af10d4a23d24265e65512b07 Mon Sep 17 00:00:00 2001 From: gfxadmin Date: Tue, 25 Apr 2006 01:22:05 +0000 Subject: Issue number: Obtained from: Submitted by: Travis Reviewed by: Add 64 bit Sparcv9 Solaris build. A concomitant change will be putback into the gluegen tree shortly for properly detecting this case. The way that gluegen checks 32 or 64 bit-ness is which java binary is in your path, 32 bit sparc java or 64 bit sparcv9 java. In order to build the jogl 64 bit target, you need to have installed the 64 bit OpenGL sparcv9 libraries. This builds the JOGL binaries in the same place as the 32 bit JOGL .so library builds binaries, so you can build one or the other with a given source tree but not both. The jogl.jar generated by either the 32 or 64 bit target it identical, however. I have not added the 64 bit target to the dist build, that is coming soon. As well, it will be added to the nightly builds soon along with Linux AMD64 and Solaris AMD64. Modified Files: make/build.xml ---------------------------------------------------------------------- git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@736 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/build.xml | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 56 insertions(+), 3 deletions(-) (limited to 'make') diff --git a/make/build.xml b/make/build.xml index b324ffa1d..d7f9c7758 100644 --- a/make/build.xml +++ b/make/build.xml @@ -218,6 +218,9 @@ + + + @@ -385,7 +388,20 @@ - + + + + + + + + + + + + + + @@ -450,7 +466,7 @@ - + @@ -675,6 +691,8 @@ @@ -682,7 +700,10 @@ + excludes="${java.excludes.platform},com/sun/opengl/impl/nurbs/**" source="${jogl.sourcelevel}" + fork="yes" + memoryMaximumSize="128m" + debug="true" debuglevel="source,lines"> @@ -707,6 +728,13 @@ + + + + + + + @@ -799,8 +827,24 @@ + + + + + + + + + + + + + + + + @@ -1415,11 +1459,20 @@ + + + + + + -- cgit v1.2.3