jdk/makefiles/sun/awt/README
changeset 12892 3ef14bab6254
parent 12891 5dbaa8f0f72e
child 12893 483a74a0b295
equal deleted inserted replaced
12891:5dbaa8f0f72e 12892:3ef14bab6254
     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****