diff options
Diffstat (limited to 'make/config/jogl/gl-gl3-set.cfg')
-rw-r--r-- | make/config/jogl/gl-gl3-set.cfg | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/make/config/jogl/gl-gl3-set.cfg b/make/config/jogl/gl-gl3-set.cfg deleted file mode 100644 index ac1edac47..000000000 --- a/make/config/jogl/gl-gl3-set.cfg +++ /dev/null @@ -1,14 +0,0 @@ -# This .cfg file is used to generate the GL interface and implementing class. -JavaOutputDir ../../build-temp/gluegen-set - -Package javax.media.opengl -Style InterfaceOnly -JavaClass GL3Set -Include gl-common.cfg -Include gl-common-extensions.cfg -Include gl3-common.cfg -Include gl3-desktop.cfg - -EmitProcAddressTable false -ProcAddressTableClassName DontGenerateProcAddressTableStuff -GetProcAddressTableExpr DontGenerateProcAddressTableStuff |