moving regchrome target into rules.mak so it'll work from anywhere

This commit is contained in:
dveditz%netscape.com 2000-09-07 12:06:38 +00:00
Родитель d43cdd286e
Коммит e54e4ca1b4
2 изменённых файлов: 10 добавлений и 10 удалений

Просмотреть файл

@ -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:

Просмотреть файл

@ -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)