jdk/makefiles/sun/awt/README
changeset 13075 7fdae33b1abd
parent 13074 aef89cf0f4af
parent 12974 7e981cb0ad6a
child 13076 cb848b70d7f4
equal deleted inserted replaced
13074:aef89cf0f4af 13075:7fdae33b1abd
     1 README:
       
     2 
       
     3 This directory builds the new version of the Windows AWT.  It's been built
       
     4 successfully with Visual C++ 4.1, but since it uses very little of VC++'s
       
     5 runtime, it will probably work with other versions of that compiler.
       
     6 
       
     7 Included in this project is a generated file, make.depend, which lists
       
     8 all interdependencies of the source files.  This file is generated *on
       
     9 Solaris or Linux* with the following command:
       
    10 
       
    11 	% gnumake -f Depend.mak
       
    12 
       
    13 This step only needs to be run when new files are added to the project,
       
    14 or include statements are changed.
       
    15 
       
    16 Also, if new CClassHeader dependencies are added for Java class files
       
    17 that are not built from a Java source file listed in java_awt.jmk or
       
    18 windows_awt.jmk then you need to update the FILES_java list in the
       
    19 "else" part of the "ifdef JFILES" branch in Depend.mak.
       
    20 At some point we should look at a way to share the explicit list of
       
    21 exported files between Depend.mak and GNUmakefile.
       
    22 
       
    23 ****NOTE****
       
    24  In order to run this command, the executable 
       
    25 /usr/openwin/bin/makedepend is required to be in your $PATH.
       
    26 ****NOTE****