Update of /cvsroot/plib/plib/demos/simon/doc
In directory usw-pr-cvs1:/tmp/cvs-serv6249
Modified Files:
index.html
Log Message:
Changed instructions to link against UL
Index: index.html
===================================================================
RCS file: /cvsroot/plib/plib/demos/simon/doc/index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- index.html 14 Sep 2002 23:54:15 -0000 1.3
+++ index.html 15 Sep 2002 00:00:14 -0000 1.4
@@ -238,7 +238,7 @@
#
SIMONDIR = /usr/local/simon
SIMON = -I${SIMONDIR} -L${SIMONDIR}
- LIBS = -lsimon -lplibssg -lplibsg -lglut -lGLU -lGL -L/usr/X11/lib -lX11 -lm
+ LIBS = -lsimon -lplibssg -lplibsg -lplibul -lglut -lGLU -lGL -L/usr/X11/lib -lX11 -lm
all: ${TARGETS}
|