141805d5bb
Major refactoring of the patches, now each modified file gets its own patch file. Rewrote all the scripts to use new multi-patch system. Added linux install.sh using new system. Added some required libraries from GNUWin32 for the windows side of the new setup.bat/update_patches.bat http://gnuwin32.sourceforge.net/
12 lines
662 B
XML
Executable file
12 lines
662 B
XML
Executable file
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="forge_common"/>
|
|
<classpathentry kind="src" path="minecraft"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
|
<classpathentry kind="lib" path="../../jars/bin/jinput.jar"/>
|
|
<classpathentry kind="lib" path="../../jars/bin/lwjgl.jar"/>
|
|
<classpathentry kind="lib" path="../../jars/bin/lwjgl_util.jar"/>
|
|
<classpathentry kind="lib" path="../../jars/bin/minecraft.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|