equal
deleted
inserted
replaced
|
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* with the following commands: |
|
10 |
|
11 % sccs edit make.depend |
|
12 % gnumake -f Depend.mak |
|
13 % sccs delget make.depend |
|
14 |
|
15 This step only needs to be run when new files are added to the project, |
|
16 or include statements are changed. |
|
17 |
|
18 Also, if new CClassHeader dependencies are added for Java class files |
|
19 that are not built from a Java source file listed in java_awt.jmk or |
|
20 windows_awt.jmk then you need to update the FILES_java list in the |
|
21 "else" part of the "ifdef JFILES" branch in Depend.mak. |
|
22 At some point we should look at a way to share the explicit list of |
|
23 exported 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**** |