diff options
Diffstat (limited to 'make/gl-macosx.cfg')
-rw-r--r-- | make/gl-macosx.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/gl-macosx.cfg b/make/gl-macosx.cfg index 106b90471..dc8d41ac8 100644 --- a/make/gl-macosx.cfg +++ b/make/gl-macosx.cfg @@ -10,6 +10,9 @@ EmitProcAddressTable true ProcAddressTableClassName GLProcAddressTable GetProcAddressTableExpr _context.getGLProcAddressTable() +# Pick up on-line OpenGL javadoc thanks to user cylab on javagaming.org forums +TagNativeBinding true + CustomCCode #include <inttypes.h> CustomCCode #include <stdlib.h> |