diff options
author | Sven Gothel <[email protected]> | 2009-07-31 20:13:46 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-07-31 20:13:46 -0700 |
commit | 1394a508ab1191e4c200e68342a1b612ba7ff4cc (patch) | |
tree | df9c6669fedb36b7cbc067ae43de2a48d1dfbbfa /make/build-jogl.xml | |
parent | 786b056afb90311a8c06a57fc24f242f8df713e1 (diff) |
JOGL:
- GL2ES12:
- Fix calling convention, broke on Windows.
- Remove GL_APIENTRY on gl2/gl3 header: This was a bug.
- Using proper GL2's APIENTRY
- jogl.all.jar: Add missing shader code ..
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 08f0d6ef2..e5bb1ab38 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -1776,7 +1776,7 @@ <include name="com/sun/javafx/**" /> </fileset> <fileset dir="${src.java}" - includes="${java.part.util.fixedfunc.shaders}"/> + includes="${java.part.util.fixedfuncemu.shadercode}"/> </jar> </target> <target name="build-jars-all-cdc" depends="setup-manifestfile"> |