Update of /cvsroot/java-game-lib/LWJGL/src/native/linux
In directory sc8-pr-cvs1:/tmp/cvs-serv22804
Modified Files:
Makefile
Log Message:
The Makefile now strips the release library to make it smaller
Index: Makefile
CVS Browser:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/linux/Makefile
===================================================================
RCS file: /cvsroot/java-game-lib/LWJGL/src/native/linux/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile 22 Nov 2002 09:34:10 -0000 1.10
+++ Makefile 22 Nov 2002 09:40:18 -0000 1.11
@@ -61,6 +61,7 @@
liblwjgl.so: $(LIBOBJS)
$(LINK) -shared -o $@ $^ $(LINKOPTS)
+ strip $@
cp $@ ../../../bin/
.SUFFIXES: .cpp .so .o .java .h .class .c
|