ObjectTcl/example README
------------------------

This directory contains the example code from the example documented
in IXI's Object Tcl Web pages and in the ObjectTcl/docs subdirectory.

This directory contains a Makefile, should only need to change
the TCL_DIR, CXX and CXXFLAGS variables for different installations.

The Makefile has two targets:

examplesh: Makes a binary called "examplesh" that is a tclsh with the
	   added A C++ class from A.H and A.C files.

clean:	   cleans the directory up.

To run the example, type
system% ./examplesh
% source TestB.tcl
