update to jogl 1.0.

This commit is contained in:
benfry
2006-09-24 12:54:10 +00:00
parent 89bdfec1e2
commit d3f8252eec
2 changed files with 15 additions and 8 deletions
+8 -8
View File
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/core"/>
<classpathentry kind="lib" path="library/jogl.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/core"/>
<classpathentry sourcepath="jogl-src.zip" kind="lib" path="library/jogl.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
+7
View File
@@ -1,3 +1,10 @@
# if you want to support more platforms, see the jogl web site to get
# the natives libraries for the platform in question (i.e. linux-amd64).
# then, add it to the applet line for export. for applications, you'll
# have to make the changes by hand, i.e. use the linux version of the
# export, and modify its contents to include the necessary files for
# your platform.
application.macosx = opengl.jar, jogl.jar, libjogl.jnilib, libjogl_awt.jnilib, libjogl_cg.jnilib
application.windows = opengl.jar, jogl.jar, jogl.dll, jogl_awt.dll, jogl_cg.dll
application.linux = opengl.jar, jogl.jar, libjogl.so, libjogl_awt.so, libjogl_cg.so, libjogl_drihack.so