зеркало из https://github.com/mozilla/pjs.git
Remove chatzilla.jar & !ifdef unzipping of messenger.jar for when DISABLE_MAILNEWS is set. b=120104 sr=rpotts@netscape.com a=dbaron@fas.harvard.edu
This commit is contained in:
Родитель
499580718f
Коммит
231c6b9644
|
@ -35,8 +35,6 @@ embed_chrome: embed-jar.mn
|
|||
-$(RM) -rf $(DIST)\Embed\tmpchrome
|
||||
nsinstall -D $(DIST)\Embed\tmpchrome\US
|
||||
unzip -d $(DIST)\Embed\tmpchrome\US $(DIST)\bin\chrome\US.jar
|
||||
nsinstall -D $(DIST)\Embed\tmpchrome\chatzilla
|
||||
unzip -d $(DIST)\Embed\tmpchrome\chatzilla $(DIST)\bin\chrome\chatzilla.jar
|
||||
nsinstall -D $(DIST)\Embed\tmpchrome\classic
|
||||
unzip -d $(DIST)\Embed\tmpchrome\classic $(DIST)\bin\chrome\classic.jar
|
||||
nsinstall -D $(DIST)\Embed\tmpchrome\en-US
|
||||
|
@ -47,8 +45,10 @@ embed_chrome: embed-jar.mn
|
|||
unzip -d $(DIST)\Embed\tmpchrome\en-unix $(DIST)\bin\chrome\en-unix.jar
|
||||
nsinstall -D $(DIST)\Embed\tmpchrome\en-win
|
||||
unzip -d $(DIST)\Embed\tmpchrome\en-win $(DIST)\bin\chrome\en-win.jar
|
||||
!if !defined(DISABLE_MAILNEWS)
|
||||
nsinstall -D $(DIST)\Embed\tmpchrome\messenger
|
||||
unzip -d $(DIST)\Embed\tmpchrome\messenger $(DIST)\bin\chrome\messenger.jar
|
||||
!endif
|
||||
nsinstall -D $(DIST)\Embed\tmpchrome\modern
|
||||
unzip -d $(DIST)\Embed\tmpchrome\modern $(DIST)\bin\chrome\modern.jar
|
||||
nsinstall -D $(DIST)\Embed\tmpchrome\toolkit
|
||||
|
|
Загрузка…
Ссылка в новой задаче