@(#)README	1.1 96/06/18

This directory builds the new version of the Win32 AWT.  It's been built
successfully with Visual C++ 4.1, but since it uses very little of VC++'s
runtime, it will probably work with other versions of that compiler.

Included in this project is a generated file, make.depend, which lists
all interdependencies of the source files.  This file is generated *on
Solaris* with the following commands:

	% sccs edit make.depend
	% gnumake -f Depend.mak

This step only needs to be run when new files are added to the project,
or include statements are changed.
