mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
Add readme.html to embedding dist b=125356 r=chak sr=rpotts
This commit is contained in:
parent
086621d628
commit
214a0d7c55
@ -48,4 +48,5 @@ endif
|
|||||||
libs:: embed_chrome
|
libs:: embed_chrome
|
||||||
$(PERL) $(topsrcdir)/xpinstall/packager/pkgcp.pl -s $(DIST)/bin -d $(DIST) --f $(srcdir)/basebrowser-unix -o unix -v
|
$(PERL) $(topsrcdir)/xpinstall/packager/pkgcp.pl -s $(DIST)/bin -d $(DIST) --f $(srcdir)/basebrowser-unix -o unix -v
|
||||||
$(NSINSTALL) -t $(srcdir)/installed-chrome.txt $(DIST)/Embed/chrome
|
$(NSINSTALL) -t $(srcdir)/installed-chrome.txt $(DIST)/Embed/chrome
|
||||||
|
$(NSINSTALL) -t $(srcdir)/readme.html $(DIST)/Embed
|
||||||
|
|
||||||
|
@ -62,6 +62,7 @@ embed_chrome: embed-jar.mn
|
|||||||
libs:: embed_chrome
|
libs:: embed_chrome
|
||||||
$(PERL) $(DEPTH)\xpinstall\packager\pkgcp.pl -s $(DIST)\bin -d $(DIST) --f basebrowser-win -o dos -v
|
$(PERL) $(DEPTH)\xpinstall\packager\pkgcp.pl -s $(DIST)\bin -d $(DIST) --f basebrowser-win -o dos -v
|
||||||
$(MAKE_INSTALL) installed-chrome.txt $(DIST)\Embed\chrome
|
$(MAKE_INSTALL) installed-chrome.txt $(DIST)\Embed\chrome
|
||||||
|
$(MAKE_INSTALL) readme.html $(DIST)\Embed
|
||||||
!IF "$(APP)" == "mfcembed"
|
!IF "$(APP)" == "mfcembed"
|
||||||
$(MAKE_INSTALL) $(DIST)\bin\mfcembed.exe $(DIST)\Embed
|
$(MAKE_INSTALL) $(DIST)\bin\mfcembed.exe $(DIST)\Embed
|
||||||
$(MAKE_INSTALL) $(DIST)\bin\mfcEmbedComponents.dll $(DIST)\Embed
|
$(MAKE_INSTALL) $(DIST)\bin\mfcEmbedComponents.dll $(DIST)\Embed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user