aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorCarsten Weisse <[email protected]>2004-12-14 00:58:12 +0000
committerCarsten Weisse <[email protected]>2004-12-14 00:58:12 +0000
commitd7dfdaa032f6c9d846f2172dd817597cf536c3a4 (patch)
tree7c44599a7d4f24fd6432ce12c538c61b94f00377 /.classpath
parent9994f243fab11bc8a647af029809390b9e56bc08 (diff)
add the lwjgl libs to the classpath
Diffstat (limited to '.classpath')
-rw-r--r--.classpath2
1 files changed, 2 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index 00f9b82..ca67bd1 100644
--- a/.classpath
+++ b/.classpath
@@ -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>