README revision 0
4586N/AREADME:
4586N/A
4586N/AThis directory builds the new version of the Windows AWT. It's been built
4586N/Asuccessfully with Visual C++ 4.1, but since it uses very little of VC++'s
4586N/Aruntime, it will probably work with other versions of that compiler.
4586N/A
4770N/AIncluded in this project is a generated file, make.depend, which lists
4770N/Aall interdependencies of the source files. This file is generated *on
4770N/ASolaris* with the following commands:
4770N/A
4770N/A % sccs edit make.depend
4770N/A % gnumake -f Depend.mak
4770N/A % sccs delget make.depend
4770N/A
4586N/AThis step only needs to be run when new files are added to the project,
4770N/Aor include statements are changed.
4770N/A
4586N/AAlso, if new CClassHeader dependencies are added for Java class files
4770N/Athat are not built from a Java source file listed in java_awt.jmk or
4770N/Awindows_awt.jmk then you need to update the FILES_java list in the
4770N/A"else" part of the "ifdef JFILES" branch in Depend.mak.
4770N/AAt some point we should look at a way to share the explicit list of
exported 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****