Bug 255268 Make make chrome make installed-chrome.txt correctly r=bsmedberg

git-svn-id: svn://10.0.0.236/trunk@160914 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk
2004-08-18 19:14:51 +00:00
parent 67fb6c716a
commit 194d68b80a
9 changed files with 10 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
libs::
libs realchrome::
@$(REGCHROME) content autoconfig comm.jar
@$(REGCHROME) locale en-US/autoconfig en-US.jar

View File

@@ -55,7 +55,7 @@ endif
include $(topsrcdir)/config/rules.mk
libs::
libs realchrome::
@$(REGCHROME) content messenger-views messenger.jar
install::

View File

@@ -56,6 +56,8 @@ include $(topsrcdir)/config/rules.mk
libs::
$(INSTALL) $(srcdir)/resources/content/mdn.js $(DIST)/bin/defaults/pref
libs realchrome::
@$(REGCHROME) content messenger-mdn messenger.jar
@$(REGCHROME) locale en-US/messenger-mdn en-US.jar

View File

@@ -58,7 +58,7 @@ CHROME_PLATFORM = unix
endif
endif
libs::
libs realchrome::
@$(REGCHROME) locale en-US/navigator-platform en-$(CHROME_PLATFORM).jar
install::

View File

@@ -56,7 +56,7 @@ CHROME_PLATFORM = unix
endif
endif
libs::
libs realchrome::
@$(REGCHROME) locale en-US/communicator-platform en-$(CHROME_PLATFORM).jar
install::

View File

@@ -54,7 +54,7 @@ endif
include $(topsrcdir)/config/rules.mk
libs::
libs realchrome::
@$(REGCHROME) content communicator comm.jar
@$(REGCHROME) locale en-US/communicator en-US.jar

View File

@@ -44,7 +44,7 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
libs::
libs realchrome::
@$(REGCHROME) content communicator comm.jar
@$(REGCHROME) locale en-US/communicator en-US.jar

View File

@@ -64,7 +64,7 @@ build.dtd: build.dtd.in $(DEPTH)/config/build_number
@$(RM) -f $@
$(PERL) -I$(topsrcdir)/config $(topsrcdir)/config/aboutime.pl $@ $(DEPTH)/config/build_number $(srcdir)/build.dtd.in
libs::
libs realchrome::
@$(REGCHROME) locale en-US/global-platform en-$(CHROME_PLATFORM).jar
install::

View File

@@ -54,7 +54,7 @@ endif
include $(topsrcdir)/config/rules.mk
libs::
libs realchrome::
@$(REGCHROME) content global toolkit.jar
@$(REGCHROME) locale en-US/global en-US.jar