diff options
author | Sven Gothel <[email protected]> | 2010-08-25 14:39:50 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-08-25 14:39:50 +0200 |
commit | 1b2f7ebe62ce661eb32cc9caf74c6c49c8c5f15a (patch) | |
tree | 2c10ad0b05f8f7ac851806c10fed652e561a8498 /make/build-jogl.xml | |
parent | 52d59d3f54f930eb7f45803b6f9ae605a719adb5 (diff) |
Fixed gl3.h GL_GLEXT_PROTOTYPES -> GL3_PROTOTYPES/GL_GL3EXT_PROTOTYPESOpenGL_4_1_IntegrationOpenGL_3_3_Integration
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r-- | make/build-jogl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml index c04af9695..c9fe30f5f 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -439,7 +439,7 @@ <target name="java.generate.gl2_gl3_if"> <echo message="Generating GL2_GL3 interface" /> <antcall target="java.generate.copy2temp" inheritRefs="true" /> - <gluegen src="${stub.includes.opengl}/gl3-subset.c" + <gluegen src="${stub.includes.opengl}/gl3.c" outputRootDir="${build.jogl}" config="${config.jogl}/gl-if-gl3-subset.cfg" includeRefid="stub.includes.fileset.all.gldesktop" |