-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
32 lines (32 loc) · 1.77 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="Game/lwjgl/native"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="Game/lwjgl/native"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lwjgl/lwjgl-glfw-javadoc.jar"/>
<classpathentry kind="lib" path="lwjgl/lwjgl-glfw-natives-linux.jar"/>
<classpathentry kind="lib" path="lwjgl/lwjgl-glfw-natives-macos.jar"/>
<classpathentry kind="lib" path="lwjgl/lwjgl-glfw-natives-windows.jar"/>
<classpathentry kind="lib" path="lwjgl/lwjgl-glfw-sources.jar"/>
<classpathentry kind="lib" path="lwjgl/lwjgl-glfw.jar"/>
<classpathentry kind="lib" path="lwjgl/lwjgl-javadoc.jar"/>
<classpathentry kind="lib" path="lwjgl/lwjgl-natives-linux.jar"/>
<classpathentry kind="lib" path="lwjgl/lwjgl-natives-macos.jar"/>
<classpathentry kind="lib" path="lwjgl/lwjgl-natives-windows.jar"/>
<classpathentry kind="lib" path="lwjgl/lwjgl-opengl-javadoc.jar"/>
<classpathentry kind="lib" path="lwjgl/lwjgl-opengl-natives-linux.jar"/>
<classpathentry kind="lib" path="lwjgl/lwjgl-opengl-natives-macos.jar"/>
<classpathentry kind="lib" path="lwjgl/lwjgl-opengl-natives-windows.jar"/>
<classpathentry kind="lib" path="lwjgl/lwjgl-opengl-sources.jar"/>
<classpathentry kind="lib" path="lwjgl/lwjgl-opengl.jar"/>
<classpathentry kind="lib" path="lwjgl/lwjgl-sources.jar"/>
<classpathentry kind="lib" path="lwjgl/lwjgl.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>