diff options
Diffstat (limited to 'make/glu-impl-common.cfg')
-rw-r--r-- | make/glu-impl-common.cfg | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/make/glu-impl-common.cfg b/make/glu-impl-common.cfg deleted file mode 100644 index 6710d0369..000000000 --- a/make/glu-impl-common.cfg +++ /dev/null @@ -1,22 +0,0 @@ -# This .cfg file contains common directives used when generating the -# GLU implementation class on all platforms. - -Include glu-common.cfg - -Style ImplOnly - -EmitProcAddressTable true -ProcAddressTableClassName GLUProcAddressTable -GetProcAddressTableExpr gluProcAddressTable - -# 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 -Import java.security.* - -# Custom Java code for GLUImpl class -IncludeAs CustomJavaCode GLUImpl glu-impl-common-CustomJavaCode.java - -# Custom C code for GLUImpl class -IncludeAs CustomCCode glu-impl-common-CustomCCode.c |