[Plib-cvs] plib/examples configure.in,1.42,1.43
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2005-02-02 15:48:16
|
Update of /cvsroot/plib/plib/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26585/plib/examples Modified Files: configure.in Log Message: Added a demo for ssgaShapes. Fixed the diameter of ssgaSphere. Fixed inability to add colour to the ssgaTeapot. Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/examples/configure.in,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- configure.in 13 Jan 2005 05:16:04 -0000 1.42 +++ configure.in 2 Feb 2005 15:48:07 -0000 1.43 @@ -275,6 +275,7 @@ src/ssg/sky/Makefile \ src/ssg/dynamics/Makefile \ src/ssg/shrubs/Makefile \ + src/ssg/shapes/Makefile \ src/fnt/Makefile \ src/net/Makefile \ src/net/client_server/Makefile \ |