diff options
author | Kenneth Russel <[email protected]> | 2004-04-12 19:27:00 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2004-04-12 19:27:00 +0000 |
commit | 4b7ef68fc3d3e836829a5a83245f0f0c874a3201 (patch) | |
tree | 2acf16e068a1ffea30597b5d46c26b685f4adc5b | |
parent | d1859695f4304d0166e60bf08cf6789d8000c2c7 (diff) |
Updated JOGL and JOGL-Demos web start binaries and made minor doc changes
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@105 232f8b59-042b-4e1e-8c03-345bb8c30851
-rw-r--r-- | doc/HowToBuild.html | 2 | ||||
-rw-r--r-- | www/webstart/jogl-natives-linux.jar | bin | 188314 -> 188419 bytes | |||
-rw-r--r-- | www/webstart/jogl-natives-macosx.jar | bin | 86100 -> 113516 bytes | |||
-rw-r--r-- | www/webstart/jogl-natives-solsparc.jar | bin | 202621 -> 202514 bytes | |||
-rw-r--r-- | www/webstart/jogl-natives-win32.jar | bin | 67356 -> 67336 bytes | |||
-rw-r--r-- | www/webstart/jogl.jar | bin | 792528 -> 803274 bytes |
6 files changed, 1 insertions, 1 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index 2e8e7c857..e9a5403ee 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -26,7 +26,7 @@ OpenGL binding from a fresh copy of the source distribution: <LI> <B>Build the source tree:</B> <br> Open a command shell in the "make" directory of the source tree and type "ant [target]", where [target] is one of <code>linux</code>, <code>macosx</code>, <code>solaris</code>, <code>win32.vc6</code>, <code>win32.vc7</code>, or <code>win32.mingw</code>. <UL> <LI>The win32 targets require one of Microsoft Visual C++ 6, 7 (Visual Studio .NET) or the free MinGW (<a href="http://www.mingw.org/">http://www.mingw.org/</a>) compilers to be installed. Choose the appropriate target for the compiler desired. - <LI>An experimental binding to the high-level <a href="http://developer.nvidia.com/view.asp?PAGE=cg_main">Cg</a> language by NVidia corporation can be generated by specifying <code>-Djogl.cg=1</code> to ant; e.g. <code>ant -Djogl.cg=1 win32.vc6</code>. Currently the Cg binding has only been tested on Windows, though in theory it should build and run on Linux and Mac OS X with appropriate modification of the host.properties file. + <LI>An experimental binding to the high-level <a href="http://developer.nvidia.com/view.asp?PAGE=cg_main">Cg</a> language by NVidia corporation can be generated by specifying <code>-Djogl.cg=1</code> to ant; e.g. <code>ant -Djogl.cg=1 win32.vc6</code>. Currently the Cg binding has been tested on Windows and Linux, though in theory it should build and run on Mac OS X with appropriate modification of the host.properties file. </UL> <LI> <B>Add Jogl to your CLASSPATH:</B> <br> To be able to use Jogl once built, you must add the build process' resulting jogl.jar (<source tree root>/build/jogl.jar) to your CLASSPATH environment variable. diff --git a/www/webstart/jogl-natives-linux.jar b/www/webstart/jogl-natives-linux.jar Binary files differindex 973c6303a..ad27349d7 100644 --- a/www/webstart/jogl-natives-linux.jar +++ b/www/webstart/jogl-natives-linux.jar diff --git a/www/webstart/jogl-natives-macosx.jar b/www/webstart/jogl-natives-macosx.jar Binary files differindex 1a1e5d824..5bb61949c 100644 --- a/www/webstart/jogl-natives-macosx.jar +++ b/www/webstart/jogl-natives-macosx.jar diff --git a/www/webstart/jogl-natives-solsparc.jar b/www/webstart/jogl-natives-solsparc.jar Binary files differindex 9624ab002..cf20baa55 100644 --- a/www/webstart/jogl-natives-solsparc.jar +++ b/www/webstart/jogl-natives-solsparc.jar diff --git a/www/webstart/jogl-natives-win32.jar b/www/webstart/jogl-natives-win32.jar Binary files differindex 11177a94f..01f183a77 100644 --- a/www/webstart/jogl-natives-win32.jar +++ b/www/webstart/jogl-natives-win32.jar diff --git a/www/webstart/jogl.jar b/www/webstart/jogl.jar Binary files differindex 3ca560d70..2b680589d 100644 --- a/www/webstart/jogl.jar +++ b/www/webstart/jogl.jar |