README:This directory builds the new version of the Windows AWT. It's been builtsuccessfully with Visual C++ 4.1, but since it uses very little of VC++'sruntime, it will probably work with other versions of that compiler.Included in this project is a generated file, make.depend, which listsall interdependencies of the source files. This file is generated *onSolaris or Linux* with the following command: % gnumake -f Depend.makThis step only needs to be run when new files are added to the project,or include statements are changed.Also, if new CClassHeader dependencies are added for Java class filesthat are not built from a Java source file listed in java_awt.jmk orwindows_awt.jmk then you need to update the FILES_java list in the"else" part of the "ifdef JFILES" branch in Depend.mak.At some point we should look at a way to share the explicit list ofexported files between Depend.mak and GNUmakefile.****NOTE**** In order to run this command, the executable /usr/openwin/bin/makedepend is required to be in your $PATH.****NOTE****