diff options
Diffstat (limited to 'make/glu-gl2.cfg')
-rwxr-xr-x | make/glu-gl2.cfg | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/make/glu-gl2.cfg b/make/glu-gl2.cfg index ae0ae088b..068b47675 100755 --- a/make/glu-gl2.cfg +++ b/make/glu-gl2.cfg @@ -38,19 +38,16 @@ IncludeAs CustomJavaCode GLUgl2 glu-CustomJavaCode-gl2.java # GLU needs access to the GLUtesselatorImpl class for GLUtesselator, # to the Mipmap class for scaling and mipmap generation, # and to the nurbs.* package for the NURBS functionality -Import javax.media.opengl.glu.GLU -Import javax.media.opengl.GL2 -Import javax.media.opengl.util.* -Import com.sun.opengl.impl.gl2.ProjectDouble Import com.sun.opengl.impl.glu.error.Error -Import com.sun.opengl.impl.glu.tessellator.GLUtessellatorImpl Import com.sun.opengl.impl.glu.registry.Registry Import com.sun.opengl.impl.glu.nurbs.* -Import com.sun.opengl.impl.glu.gl2.* +Import java.security.* +Import com.sun.gluegen.runtime.opengl.GLProcAddressHelper Import com.sun.opengl.impl.glu.gl2.nurbs.* Import com.sun.opengl.impl.glu.mipmap.Mipmap -Import com.sun.gluegen.runtime.opengl.GLProcAddressHelper -Import java.security.* +Import com.sun.opengl.impl.glu.gl2.* +Import javax.media.opengl.GL2 +Import com.sun.opengl.impl.gl2.ProjectDouble # # ------------------------ |