diff options
author | Carsten Weisse <[email protected]> | 2004-12-14 00:58:12 +0000 |
---|---|---|
committer | Carsten Weisse <[email protected]> | 2004-12-14 00:58:12 +0000 |
commit | d7dfdaa032f6c9d846f2172dd817597cf536c3a4 (patch) | |
tree | 7c44599a7d4f24fd6432ce12c538c61b94f00377 /.classpath | |
parent | 9994f243fab11bc8a647af029809390b9e56bc08 (diff) |
add the lwjgl libs to the classpath
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,5 +8,7 @@ <classpathentry kind="lib" path="lib/joal/windows/joal.jar"/> <classpathentry kind="lib" path="lib/jogl/jogl.jar"/> <classpathentry kind="lib" path="resources"/> + <classpathentry kind="lib" path="lib/lwjgl/lwjgl_util.jar"/> + <classpathentry kind="lib" path="lib/lwjgl/lwjgl.jar"/> <classpathentry kind="output" path="build"/> </classpath> |