diff options
author | Sven Gothel <[email protected]> | 2009-03-20 17:04:21 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-03-20 17:04:21 +0000 |
commit | f173a1db9ee997c50efab06503da6e2e1d2963cc (patch) | |
tree | 3e875c936164b8dceeb4d1d48f240c4a3792d734 | |
parent | dc78352a2f259d9c924fa87459b3999956ed96f8 (diff) |
Adding missed jogl.util.fixedfuncemu.jar
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@328 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
-rw-r--r-- | make/build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml index 14f439d..c9c7b3b 100644 --- a/make/build.xml +++ b/make/build.xml @@ -68,6 +68,7 @@ <property name="jogl.awt.jar" value="../../jogl/${rootrel.build}/jogl/jogl.awt.jar" /> <property name="jogl.util.jar" value="../../jogl/${rootrel.build}/jogl/jogl.util.jar" /> <property name="jogl.util.awt.jar" value="../../jogl/${rootrel.build}/jogl/jogl.util.awt.jar" /> + <property name="jogl.util.fixedfuncemu.jar" value="../../jogl/${rootrel.build}/jogl/jogl.util.fixedfuncemu.jar" /> <property name="jogl.util.gl2.jar" value="../../jogl/${rootrel.build}/jogl/jogl.util.gl2.jar" /> <property name="nativewindow.core.jar" value="../../jogl/${rootrel.build}/nativewindow/nativewindow.core.jar" /> <property name="nativewindow.x11.jar" value="../../jogl/${rootrel.build}/nativewindow/nativewindow.x11.jar" /> @@ -121,6 +122,7 @@ <pathelement location="${jogl.gl2.dbg.jar}" /> <pathelement location="${jogl.awt.jar}" /> <pathelement location="${jogl.util.jar}" /> + <pathelement location="${jogl.util.fixedfuncemu.jar}" /> <pathelement location="${jogl.util.awt.jar}" /> <pathelement location="${jogl.util.gl2.jar}" /> <pathelement location="${newt.all.jar}" /> @@ -190,6 +192,7 @@ <pathelement location="${jogl.gles2.dbg.jar}" /> <pathelement location="${jogl.egl.jar}" /> <pathelement location="${jogl.util.jar}" /> + <pathelement location="${jogl.util.fixedfuncemu.jar}" /> <pathelement location="${newt.all.jar}" /> </path> <javac destdir="${classes}" includes="demos/GLInfo*,demos/es1/**,demos/es2/**" source="1.4" target="1.4" debug="true" debuglevel="source,lines" |