diff options
Diffstat (limited to 'make/glu-impl-common.cfg')
-rw-r--r-- | make/glu-impl-common.cfg | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/make/glu-impl-common.cfg b/make/glu-impl-common.cfg index d4fdb7911..1e6ae0699 100644 --- a/make/glu-impl-common.cfg +++ b/make/glu-impl-common.cfg @@ -5,9 +5,12 @@ Include glu-common.cfg Style ImplOnly +EmitProcAddressTable true +ProcAddressTableClassName GLUProcAddressTable +GetProcAddressTableExpr gluProcAddressTable + # 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 - |