0

Update LWJGL's native lib location in Eclipse for LWJake2/ over Jake2/.

This commit is contained in:
Ethan Lee
2012-02-01 01:44:08 -05:00
parent b7d745bbcb
commit 589c590012

View File

@@ -4,7 +4,7 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/lwjgl.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="Jake2/lib/lwjgl_native"/>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="LWJake2/lib/lwjgl_native"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/lwjgl_util.jar"/>