aboutsummaryrefslogtreecommitdiffstats
path: root/make/README-zip-bundles.txt
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-11-24 01:33:35 +0000
committerKenneth Russel <[email protected]>2006-11-24 01:33:35 +0000
commitc5ba57aa77b4dbd49d2d2ee78e4520a3c8ceb3a0 (patch)
treeb92d3a70ba1ad909e2478eede2442ce57a5db371 /make/README-zip-bundles.txt
parent9d656e00cf460803e9de78d1fa73479df8616940 (diff)
Removed native code for DRIHack and replaced it with code using the
GlueGen runtime library (specifically the NativeLibrary class). Updated the build.xml, in particular the dist targets, to no longer build or copy this native library. Updated the NativeLibrary class to allow specification of the full path to the library. Removed the GlueGen runtime classes from jogl.jar; these are now expected to reside in gluegen-rt.jar and it is expected that developers will have this on their CLASSPATH. Updated the dist target to include the gluegen-rt native library and jar file. Updated the JOGLAppletLauncher to download and unpack the gluegen-rt-natives jar as well as the jogl-natives jar. Updated the HowToBuild, user guide, and JOGLAppletLauncher documentation for this restructuring. Fixed bug in gluegen-cpptasks.xml in detection of Solaris/SPARCv9 and refactored targets further. Tested on Solaris/x86 so far; further testing and debugging of the nightly builds and applet launcher, and update of the JOGL applet test, to follow. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@993 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/README-zip-bundles.txt')
-rwxr-xr-xmake/README-zip-bundles.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/README-zip-bundles.txt b/make/README-zip-bundles.txt
index 83269fb56..2e5899990 100755
--- a/make/README-zip-bundles.txt
+++ b/make/README-zip-bundles.txt
@@ -24,7 +24,7 @@ and the following subdirectory:
lib contains JOGL implementation
-All of the JOGL implementation files (jar file plus native
+All of the JOGL implementation files (jar files and native
libraries) are in the lib subdirectory. For instructions on
how to use these implementation files to build or run a JOGL
program see the enclosed JOGL user guide (Userguide.html).