From 7324c95021edd321cfc60d998f74d65299fcf5b8 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Tue, 25 Nov 2003 22:01:29 +0000 Subject: [PATCH] Fixed build scripts --- src/native/build.sh | 2 +- src/native/build_debug.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/native/build.sh b/src/native/build.sh index b94d8f6b..8dcbcbbb 100755 --- a/src/native/build.sh +++ b/src/native/build.sh @@ -4,4 +4,4 @@ make distclean ./autogen.sh ./configure make -strip .libs/liblwjgl.0 +strip .libs/liblwjgl.0.0.0 diff --git a/src/native/build_debug.sh b/src/native/build_debug.sh index 50245482..d91df5a5 100755 --- a/src/native/build_debug.sh +++ b/src/native/build_debug.sh @@ -4,4 +4,4 @@ make distclean ./autogen.sh ./configure --enable-debug make -strip .libs/liblwjgl.0 +strip .libs/liblwjgl.0.0.0