diff options
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/make/build.xml b/make/build.xml index 531c4ceb0..55ad448e6 100644 --- a/make/build.xml +++ b/make/build.xml @@ -491,6 +491,15 @@ <classpath refid="gen.classpath" /> </gluegen> + <!-- Generate WGL/GLX/CGL implementation class --> + <echo message="Generating WGL/GLX/CGL implementation class" /> + <gluegen src="${stub.includes.platform}/window-system.c" + config="${window.cfg}" + includeRefid="stub.includes.fileset.platform" + emitter="com.sun.gluegen.opengl.GLEmitter"> + <classpath refid="gen.classpath" /> + </gluegen> + <!-- Generate JAWT class --> <!-- NOTE: the "literalInclude" in this GlueGen call is simply to - get around the fact that neither FileSet nor DirSet can @@ -506,15 +515,6 @@ <classpath refid="gen.classpath" /> </gluegen> - <!-- Generate WGL/GLX/CGL implementation class --> - <echo message="Generating WGL/GLX/CGL implementation class" /> - <gluegen src="${stub.includes.platform}/window-system.c" - config="${window.cfg}" - includeRefid="stub.includes.fileset.platform" - emitter="com.sun.gluegen.opengl.GLEmitter"> - <classpath refid="gen.classpath" /> - </gluegen> - <!-- Generate StaticGLInfo class --> <echo message="Generating StaticGLInfo class" /> <staticglgen package="com.sun.opengl.impl" |