0N/AREADME:
0N/A
0N/AThis directory builds the new version of the Windows AWT. It's been built
0N/Asuccessfully with Visual C++ 4.1, but since it uses very little of VC++'s
0N/Aruntime, it will probably work with other versions of that compiler.
0N/A
0N/AIncluded in this project is a generated file, make.depend, which lists
0N/Aall interdependencies of the source files. This file is generated *on
1066N/ASolaris or Linux* with the following command:
0N/A
0N/A % gnumake -f Depend.mak
0N/A
0N/AThis step only needs to be run when new files are added to the project,
0N/Aor include statements are changed.
0N/A
0N/AAlso, if new CClassHeader dependencies are added for Java class files
0N/Athat are not built from a Java source file listed in java_awt.jmk or
0N/Awindows_awt.jmk then you need to update the FILES_java list in the
0N/A"else" part of the "ifdef JFILES" branch in Depend.mak.
0N/AAt some point we should look at a way to share the explicit list of
0N/Aexported files between Depend.mak and GNUmakefile.
0N/A
0N/A****NOTE****
0N/A In order to run this command, the executable
0N/A/usr/openwin/bin/makedepend is required to be in your $PATH.
0N/A****NOTE****