1999-07-30 01:03:12 +00:00
|
|
|
Here lies the code that comprises the java enhancers to mozilla.
|
|
|
|
|
|
|
|
Authors: see the README files for each individual subdirectory
|
|
|
|
|
|
|
|
Requirements:
|
|
|
|
|
2000-06-04 22:16:36 +00:00
|
|
|
* JDK1.2 or greater (may work with lower versions, haven't checked).
|
1999-07-30 01:03:12 +00:00
|
|
|
|
2000-06-04 22:16:36 +00:00
|
|
|
* Successfully built MOZ_DEBUG=1 Mozilla M13 tree.
|
1999-07-30 01:03:12 +00:00
|
|
|
|
|
|
|
* Perl 5 perl.exe must be in your path
|
|
|
|
|
|
|
|
How To Build:
|
|
|
|
|
|
|
|
* make it so the directory in which this file resides is a child of your
|
2000-06-04 22:16:36 +00:00
|
|
|
top level Mozilla M13 directory
|
1999-07-30 01:03:12 +00:00
|
|
|
|
|
|
|
* make sure the environment var JDKHOME is set to your jdk installation
|
2000-06-04 22:16:36 +00:00
|
|
|
directory, ie SET JDKHOME=C:\jdk1.2.2
|
1999-07-30 01:03:12 +00:00
|
|
|
|
|
|
|
* type "nmake /f makefile.win all" and hope for the best
|
|
|
|
|
|
|
|
* this should compile the clasess into %MOZ_SRC%\dist\classes
|
|
|
|
|
|
|
|
Problems:
|
|
|
|
|
|
|
|
* clobber_all doesn't remove the .class files from dist\classes. You
|
|
|
|
have to do this manually.
|
|
|
|
|
|
|
|
* post to netscape.public.mozilla.java newsgroup
|
|
|
|
|
|
|
|
General notes:
|
|
|
|
|
1999-08-13 23:10:43 +00:00
|
|
|
* Please update the ChangeLog (changelo) files in the subdirectories when
|
1999-07-30 01:03:12 +00:00
|
|
|
you make changes.
|
|
|
|
|