diff options
author | Sven Gothel <[email protected]> | 2008-07-21 07:48:44 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-07-21 07:48:44 +0000 |
commit | 4ce0d2396726dcd285f753fcacd0acc4e2b60469 (patch) | |
tree | c99b3cba66180f50c3a64df5458ee1ce00e29289 /make | |
parent | 7e79ef95307447659fddc82ceb498ef5bb1efc53 (diff) |
GLUquadricImpl: now part of jogl.core; fixed GL2 immediate mode
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1734 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 6c89758b4..d150e04ad 100644 --- a/make/build.xml +++ b/make/build.xml @@ -150,7 +150,7 @@ value="com/sun/opengl/impl/glu/tessellator/**"/> <property name="java.part.glugl2es1" - value="com/sun/opengl/impl/glu/GLUquadricImpl*, com/sun/opengl/impl/glu/mipmap/**"/> + value="com/sun/opengl/impl/glu/mipmap/**"/> <property name="java.part.glugl2" value="com/sun/opengl/impl/glu/gl2/**, com/sun/opengl/impl/glu/nurbs/**, com/sun/opengl/impl/glu/registry/**, javax/media/opengl/glu/gl2/**"/> |