зеркало из https://github.com/mozilla/gecko-dev.git
moving regchrome target into rules.mak so it'll work from anywhere
This commit is contained in:
Родитель
d43cdd286e
Коммит
e54e4ca1b4
|
@ -802,6 +802,16 @@ chrome::
|
|||
|
||||
!endif # WARREN_JAR_PACKAGING
|
||||
|
||||
regchrome:
|
||||
!if !defined(MOZ_DISABLE_JAR_PACKAGING)
|
||||
$(PERL) $(DEPTH)\config\zipchrome.pl win32 $(DIST)\bin\chrome
|
||||
$(PERL) $(DEPTH)\config\installchrome.pl win32 jar $(DIST)\bin\chrome
|
||||
!else
|
||||
# XXX do it this way once everyone has perl installed. For now some
|
||||
# people apparently have trouble with that so do the rules.mak stuff instead
|
||||
# $(PERL) $(DEPTH)\config\installchrome.pl win32 resource $(DIST)\bin\chrome
|
||||
!endif
|
||||
|
||||
################################################################################
|
||||
|
||||
# Easier than typing it by hand, works from any directory:
|
||||
|
|
10
makefile.win
10
makefile.win
|
@ -132,16 +132,6 @@ REBASE=
|
|||
!endif
|
||||
!endif
|
||||
|
||||
regchrome:
|
||||
!if !defined(MOZ_DISABLE_JAR_PACKAGING)
|
||||
$(PERL) $(DEPTH)\config\zipchrome.pl win32 $(DIST)\bin\chrome
|
||||
$(PERL) $(DEPTH)\config\installchrome.pl win32 jar $(DIST)\bin\chrome
|
||||
!else
|
||||
# XXX do it this way once everyone has perl installed. For now some
|
||||
# people apparently have trouble with that so do the rules.mak stuff instead
|
||||
# $(PERL) $(DEPTH)\config\installchrome.pl win32 resource $(DIST)\bin\chrome
|
||||
!endif
|
||||
|
||||
rebase:
|
||||
!if defined(MOZILLA_OFFICIAL)
|
||||
!if defined(FIND)
|
||||
|
|
Загрузка…
Ссылка в новой задаче