diff options
author | Sven Gothel <[email protected]> | 2013-06-18 19:48:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-18 19:48:51 +0200 |
commit | af426c53f818a8dac39e43b441dde261aa360536 (patch) | |
tree | 00f6f7e4c6819c284201d8ae34c0197415741791 /.classpath | |
parent | de67cde91cb99e3a1a3b8182b119671d112c553b (diff) |
Add optional JOAL dependency, enabling JOAL usage for our 'av' package. Note: May be relocated to external project later!
Assumption:
gluegen/
joal/
jogl/
For OpenAL / JOAL code:
- use the package jogamp.opengl.openal (like jogamp.opengl.android)
- will be build _before_ the other 2nd pass java files
- do not expose OpenAL/JOAL APIs, if being used by other packages,
since only this package is being compiled w/ JOAL jar files!
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath index 064f05938..41f50c091 100644 --- a/.classpath +++ b/.classpath @@ -32,5 +32,6 @@ <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/SWT"/> <classpathentry kind="lib" path="/gluegen/make/lib/android-sdk/15/android.jar" sourcepath="/gluegen/make/lib/android-sdk/15/android-java-src.zip"/> + <classpathentry combineaccessrules="false" kind="src" path="/joal"/> <classpathentry kind="output" path="build/eclipse-classes"/> </classpath> |