Turning on jar packaging by default. Set MOZ_DISABLE_JAR_PACKAGING to disable.

This commit is contained in:
warren%netscape.com 2000-08-25 18:54:19 +00:00
parent 3ec392431b
commit e50b5d171b

View File

@ -639,7 +639,7 @@ chrome::
install:: chrome
!ifdef JAR_PACKAGING
!ifndef MOZ_DISABLE_JAR_PACKAGING
!if exist($(JAR_MANIFEST))
chrome::
@ -651,7 +651,7 @@ chrome::
-for %t in ($(CHROME_TYPE)) do echo %t,install,url,jar:resource:/chrome/$(CHROME_DIR:\=/).jar!/ >>$(DIST)\bin\chrome\installed-chrome.txt
!endif
!else # !JAR_PACKAGING
!else # MOZ_DISABLE_JAR_PACKAGING
################################################################################
# Generate chrome building rules.
@ -798,7 +798,7 @@ chrome::
!endif # chrome
!endif # !JAR_PACKAGING
!endif # MOZ_DISABLE_JAR_PACKAGING
################################################################################