[Plib-cvs] plib/examples/src/ssg Makefile.am,1.8,1.9
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2005-02-02 15:48:22
|
Update of /cvsroot/plib/plib/examples/src/ssg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26585/plib/examples/src/ssg Modified Files: Makefile.am Log Message: Added a demo for ssgaShapes. Fixed the diameter of ssgaSphere. Fixed inability to add colour to the ssgaTeapot. Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile.am 30 Nov 2003 21:03:23 -0000 1.8 +++ Makefile.am 2 Feb 2005 15:48:07 -0000 1.9 @@ -1,3 +1,3 @@ -SUBDIRS = tux majik load_save state_test viewer tween_test water sky shrubs dynamics +SUBDIRS = tux majik load_save state_test viewer tween_test water sky shrubs dynamics shapes EXTRA_DIST = README |