aboutsummaryrefslogtreecommitdiffstats
path: root/make/jogl.compiler.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2008-07-04 23:08:49 +0000
committerSven Gothel <[email protected]>2008-07-04 23:08:49 +0000
commit37208ef3dcf1a12468838106d578e6abbf3dda9b (patch)
treea6a9205f77f8b8489d662e1cbbb265cd3383c67a /make/jogl.compiler.xml
parentf08608ab753588728f1ee9d3d2d3920087107b98 (diff)
GL Unification 2nd round.
Terminology: ARB Extensions: "GL2", "ARB", "OES", "OML" Vendor Extensions: "EXT", "NV", "ATI", "SGI", "SGIS", "SGIX", "HP", "IBM", "WIN" Pass-1 Unify ARB extensions with the same value Pass-2 Unify vendor extensions, if exist as an ARB extension with the same value. Pass-3 Emit Done: - Unification of GL enumerates - Unification of GL functions - dynamic extension lookup - .. TODO: - Break down GL.java: GL + GL2ES1ES2 (for future GL3, etc) - Add a GL2 small implementation, to only support the GL2ES2 subset, 'GL2SubES2' .. +++ - Fixed X11 build breakage of 'jawt' linkage. - Fixed NEWT native code mouse- and keyevent id's, missed sync while moving them from the bitfield notation. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1708 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/jogl.compiler.xml')
-rw-r--r--make/jogl.compiler.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/jogl.compiler.xml b/make/jogl.compiler.xml
index 10e066748..4b86a6cd7 100644
--- a/make/jogl.compiler.xml
+++ b/make/jogl.compiler.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="JOGL" basedir="." default="all">
-<target name="c.configure" depends="gluegen.cpptasks.configure.compiler">
+<target name="c.configure.1" depends="gluegen.cpptasks.detect.os,gluegen.cpptasks.setup.compiler">
<linker id="linker.cfg.linux.jogl.x11" extends="linker.cfg.linux">
<syslibset dir="/devtools/i686-unknown-linux-gnu/xfree86-4.3.0-linux-ix86-glibc23/lib" libs="X11"/>
<syslibset dir="/devtools/i686-unknown-linux-gnu/xfree86-4.3.0-linux-ix86-glibc23/lib" libs="Xxf86vm"/>