forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made changes to allow building on jdk1.1.7 or jdk1.2. Basically, acco…
…unted for the presence or absence of a classes.zip file.
- Loading branch information
edburns%acm.org
committed
Jul 30, 1999
1 parent
c375d4b
commit dd929fd
Showing
13 changed files
with
41 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Fri Jul 30 14:57:28 1999 Ed Burns <Ed Burns <[email protected]>> | ||
|
||
* Made necessary changes to build files to build with jdk1.1.7 or | ||
jdk1.2.2. | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# this file contains defs that should be in the top level mozilla/config | ||
# directory, but may not be there due to tree update issues. | ||
|
||
JAVA=$(JDKHOME)\bin\java | ||
JAVAH=$(JDKHOME)\bin\JAVAH | ||
JAVAH_FLAGS=-jni -classpath $(JAVAC_CLASSPATH) | ||
|
||
|
||
!ifndef JAVA_HOME | ||
JAVA_HOME=$(JDKHOME) | ||
!endif | ||
|
||
JAVA_DESTPATH = $(MOZ_SRC)\mozilla\dist\classes | ||
DEFAULT_JAVA_SOURCEPATH = $(MOZ_SRC)\mozilla\sun-java\classsrc | ||
JAVA_SOURCEPATH = $(MOZ_SRC)\mozilla\sun-java\classsrc11;$(DEFAULT_JAVA_SOURCEPATH) | ||
JAVAC_ZIP=$(JAVA_HOME)\lib\classes.zip | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
Fri Jul 30 14:40:32 1999 Ed Burns <Ed Burns <[email protected]>> | ||
|
||
* Modified makefile to reference new location for localdefs.mak: | ||
|
||
Wed Jul 28 12:18:34 1999 <[email protected]> | ||
|
||
* Created initial distribution and README | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
Fri Jul 30 14:40:32 1999 Ed Burns <Ed Burns <[email protected]>> | ||
|
||
* Modified makefile to reference new location for localdefs.mak: | ||
|
||
Wed Jul 28 12:17:30 1999 <[email protected]> | ||
|
||
* Renamed MozWebShell to webclient.BrowserControl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters