Update of /cvsroot/plib/plib/demos
In directory usw-pr-cvs1:/tmp/cvs-serv21289/plib/demos
Modified Files:
README
Added Files:
build_all_demos
Log Message:
Removed som junk from the examples/demos configure script
Added a 'build all demos' script to make it easier to build the
demo programs.
--- NEW FILE: build_all_demos ---
echo "Building ExPoser..."
cd exposer
./configure
make
cd ..
echo "Building P-Guide..."
cd p-guide
./configure
make
cd ..
echo "Building 3D TicTacToe..."
cd ttt3d
./configure
make
cd ..
Index: README
===================================================================
RCS file: /cvsroot/plib/plib/demos/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README 20 Jun 2001 05:40:09 -0000 1.1
+++ README 2 Sep 2002 17:57:10 -0000 1.2
@@ -9,5 +9,8 @@
in some way) and each has it's own build mechanism and
documentation.
+You can build all of the demo's (on UNIX-like OS's)
+by running the 'build_all_demos' script.
+
Enjoy!
|