[Plib-cvs] plib/examples/src Makefile.am,1.4,1.5
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-02-16 02:34:13
|
Update of /cvsroot/plib/plib/examples/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20530/plib/examples/src Modified Files: Makefile.am Log Message: Added the 'PW' library. Added some functionality to the ssgAux screen dump facility so you can dump to an array in memory as an alternative to dumping it straight to disk. Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/examples/src/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.am 5 Sep 2002 06:35:24 -0000 1.4 +++ Makefile.am 16 Feb 2004 02:26:27 -0000 1.5 @@ -1,3 +1,3 @@ -SUBDIRS = js pui sl sg ssg fnt net util psl +SUBDIRS = js pui sl sg ssg fnt net util psl pw |