source: trunk/openjdk/jdk/make/sun/awt/README

Last change on this file was 2, checked in by dmik, 15 years ago

Imported OpenJDK 6 b19 sources from Oracle.

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