3269d85838
Co-authored-by: Alexander Potochkin <alexander.potochkin@oracle.com> Co-authored-by: Alexander Zuev <alexander.zuev@oracle.com> Co-authored-by: Andrew Brygin <andrew.brygin@oracle.com> Co-authored-by: Artem Ananiev <artem.ananiev@oracle.com> Co-authored-by: Alex Strange <astrange@apple.com> Co-authored-by: Bino George <bino@apple.com> Co-authored-by: Christine Lu <christine.lu@oracle.com> Co-authored-by: David Katleman <david.katleman@oracle.com> Co-authored-by: David Durrence <david_durrence@apple.com> Co-authored-by: Dmitry Cherepanov <dmitry.cherepanov@oracle.com> Co-authored-by: Greg Lewis <glewis@eyesbeyond.com> Co-authored-by: Kevin Miller <kevin_m_miller@apple.com> Co-authored-by: Kurt Miller <kurt@intricatesoftware.com> Co-authored-by: Landon Fuller <landonf@plausiblelabs.com> Co-authored-by: Leonid Romanov <leonid.romanov@oracle.com> Co-authored-by: Loefty Walkowiak <loefty@apple.com> Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com> Co-authored-by: Naoto Sato <naoto.sato@oracle.com> Co-authored-by: Philip Race <philip.race@oracle.com> Co-authored-by: Roger Hoover <rhoover@apple.com> Co-authored-by: Scott Kovatch <scott.kovatch@oracle.com> Co-authored-by: Sergey ByloKhov <sergey.bylokhov@oracle.com> Co-authored-by: Mike Swingler <swingler@apple.com> Co-authored-by: Tomas Hurka <tomas.hurka@oracle.com> Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks |
||
---|---|---|
.. | ||
CondenseRules.awk | ||
Depend.mak | ||
Depend.sed | ||
FILES_c_macosx.gmk | ||
FILES_c_unix.gmk | ||
FILES_c_windows.gmk | ||
FILES_export_macosx.gmk | ||
FILES_export_unix.gmk | ||
FILES_export_windows.gmk | ||
make.depend | ||
Makefile | ||
mapfile-mawt-vers | ||
mapfile-vers | ||
mapfile-vers-bsd | ||
mapfile-vers-linux | ||
mawt.gmk | ||
README |
README: This directory builds the new version of the Windows AWT. It's been built successfully with Visual C++ 4.1, but since it uses very little of VC++'s runtime, it will probably work with other versions of that compiler. Included in this project is a generated file, make.depend, which lists all interdependencies of the source files. This file is generated *on Solaris or Linux* with the following command: % gnumake -f Depend.mak This step only needs to be run when new files are added to the project, or include statements are changed. Also, if new CClassHeader dependencies are added for Java class files that are not built from a Java source file listed in java_awt.jmk or windows_awt.jmk then you need to update the FILES_java list in the "else" part of the "ifdef JFILES" branch in Depend.mak. At some point we should look at a way to share the explicit list of exported files between Depend.mak and GNUmakefile. ****NOTE**** In order to run this command, the executable /usr/openwin/bin/makedepend is required to be in your $PATH. ****NOTE****