Update of /cvsroot/plib/plib/demos/simon/src
In directory sc8-pr-cvs1:/tmp/cvs-serv5328/plib/demos/simon/src
Modified Files:
Makefile
Log Message:
Fixed minor bugs all over, added Screen Dump command to ssgAux.
Index: Makefile
===================================================================
RCS file: /cvsroot/plib/plib/demos/simon/src/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile 15 Sep 2002 04:34:39 -0000 1.5
+++ Makefile 27 Jun 2003 08:15:15 -0000 1.6
@@ -1,6 +1,6 @@
SIMON = libsimon.a simon
-LIBS = -lplibpsl -lplibssg -lplibsg -lplibul -lglut -lGLU -lGL -lpthread -L/usr/X11/lib -lX11 -lm
+LIBS = -lplibpsl -lplibssg -lplibsg -lplibjs -lplibul -lglut -lGLU -lGL -lpthread -L/usr/X11/lib -lX11 -lm
all: ${SIMON}
|