diff options
author | Kenneth Russel <[email protected]> | 2005-02-03 23:15:59 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-02-03 23:15:59 +0000 |
commit | dfbee835b5a50b1c6219bd53e15823ea83d73dd6 (patch) | |
tree | 3f857c82ce898123273d8f37e6b993a29211b6f2 /make/glu-impl-common.cfg | |
parent | c8e814e48b4a46c1cb99636cbf15859dd6029b8a (diff) |
Fixed build problems after integration of GKW's Java port of GLU
mipmap code
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@208 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/glu-impl-common.cfg')
-rw-r--r-- | make/glu-impl-common.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/glu-impl-common.cfg b/make/glu-impl-common.cfg index 539bf9784..13a7cfead 100644 --- a/make/glu-impl-common.cfg +++ b/make/glu-impl-common.cfg @@ -9,8 +9,10 @@ EmitProcAddressTable true ProcAddressTableClassName GLUProcAddressTable GetProcAddressTableExpr gluProcAddressTable -#GLUImpl needs access to the GLUtesselatorImpl class for GLUtesselator. +# GLUImpl needs access to the GLUtesselatorImpl class for GLUtesselator +# and to the Mipmap class for scaling and mipmap generation Import net.java.games.jogl.impl.tesselator.GLUtesselatorImpl +Import net.java.games.jogl.impl.mipmap.Mipmap # Custom Java code for GLUImpl class IncludeAs CustomJavaCode GLUImpl glu-impl-common-CustomJavaCode.java |