Mario: Fixed build scripts

This commit is contained in:
Elias Naur 2004-07-16 10:03:16 +00:00
parent d1e887d793
commit 314a19098e
2 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@
<include name="build.sh"/>
</fileset>
</apply>
<move file="${lwjgl.src.native}/.libs/liblwjgl.0.0.0" tofile="${lwjgl.lib}/liblwjgl.so"/>
<move file="${lwjgl.src.native}/.libs/liblwjgl.so.0.0.0" tofile="${lwjgl.lib}/liblwjgl.so"/>
</target>
<!-- Compiles LWJGL on Mac OS X platforms -->

View File

@ -3,4 +3,4 @@
./autogen.sh
./configure
make
strip .libs/liblwjgl.0.0.0
strip .libs/liblwjgl.so.0.0.0