From 0e27cbfe6f60f0c39e826fcf374b7e7e03babe4f Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Tue, 13 May 2008 11:50:41 +0000 Subject: Refactorings to support building JOGL for OpenGL ES 1 and OpenGL ES 2. "ant -Djogl.es1=1" builds JOGL for OpenGL ES 1. "ant -Djogl.es2=1" builds JOGL for OpenGL ES 2. "ant" builds JOGL for desktop OpenGL (2.1). Building desktop OpenGL is currently broken (FIXME) -- more refactorings are necessary. When compiling, it is currently necessary to specify -Djogl.noglnatives=1 on the ant command line as well, because the generated native code does not link properly since we do not have OpenGL ES libraries on the desktop. Building the generated native code using a cross-compiler is not yet hooked up into the ant build mechanism. It is necessary to build the generated native code with external tools. Also incorporated spatialized audio framework using Windows waveOut device; this is a temporary measure until a different workspace can be found for this code. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1630 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/gl-x11.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'make/gl-x11.cfg') diff --git a/make/gl-x11.cfg b/make/gl-x11.cfg index eaa968cbe..6470ce5b8 100644 --- a/make/gl-x11.cfg +++ b/make/gl-x11.cfg @@ -5,6 +5,7 @@ JavaClass GL ImplPackage com.sun.opengl.impl ImplJavaClass GLImpl Include gl-common-x11.cfg +Include gl-desktop.cfg EmitProcAddressTable true ProcAddressTableClassName GLProcAddressTable -- cgit v1.2.3