aboutsummaryrefslogtreecommitdiffstats
path: root/make/glu-common.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/glu-common.cfg')
-rw-r--r--make/glu-common.cfg5
1 files changed, 1 insertions, 4 deletions
diff --git a/make/glu-common.cfg b/make/glu-common.cfg
index b5a92819b..f4f6f2289 100644
--- a/make/glu-common.cfg
+++ b/make/glu-common.cfg
@@ -1,8 +1,4 @@
# This .cfg file provides common options used among all GLU glue code
-# generated for Jogl on all platforms.
-Style ImplOnly
-ImplPackage javax.media.opengl.glu
-ImplJavaClass GLU
JavaOutputDir ../build/gensrc/classes
NativeOutputDir ../build/gensrc/native/jogl
HierarchicalNativeOutput false
@@ -17,6 +13,7 @@ Import java.nio.*
Import javax.media.opengl.*
Import javax.media.opengl.glu.*
Import com.sun.opengl.impl.*
+Import com.sun.opengl.impl.glu.*
# Raise GLException instead of RuntimeException in glue code
RuntimeExceptionType GLException