jdk/make/sun/awt/README
author anthony
Thu, 26 Mar 2009 14:38:46 +0300
changeset 2472 b7aba00cabb6
parent 2 90ce3da70b43
permissions -rw-r--r--
6693253: Security Warning appearance requires enhancements 6779717: A Window does not show applet security warning icon on X platforms 6785058: Parent dn't get the focus after dialog is closed if security warning is applied Summary: Forward-port from 6u10-6u14 Reviewed-by: art, dcherepanov

README:

This directory builds the new version of the Windows 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 or Linux* with the following command:

	% gnumake -f Depend.mak

This 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 files
that are not built from a Java source file listed in java_awt.jmk or
windows_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 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****