author | lana |
Thu, 28 Jan 2010 18:24:54 -0800 | |
changeset 4836 | 6c4ad056928d |
parent 2472 | b7aba00cabb6 |
permissions | -rw-r--r-- |
2 | 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 |
|
2472
b7aba00cabb6
6693253: Security Warning appearance requires enhancements
anthony
parents:
2
diff
changeset
|
9 |
Solaris or Linux* with the following command: |
2 | 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**** |