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"/> <include name="build.sh"/>
</fileset> </fileset>
</apply> </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> </target>
<!-- Compiles LWJGL on Mac OS X platforms --> <!-- Compiles LWJGL on Mac OS X platforms -->

View File

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