Fix for bug 118903. Add autoconfig to install packaging. Also fixes copying of prefcalls.js to dist on Windows. r=alecf, sr=sfraser.

This commit is contained in:
bnesse%netscape.com 2002-01-11 20:09:03 +00:00
parent c7e6291f81
commit a7daf4397f
6 changed files with 14 additions and 1 deletions

View File

@ -104,5 +104,5 @@ OBJS = .\$(OBJDIR)\nsConfigFactory.obj \
#// #//
#//------------------------------------------------------------------------ #//------------------------------------------------------------------------
include <$(DEPTH)\config\rules.mak> include <$(DEPTH)\config\rules.mak>
install:: libs::
$(MAKE_INSTALL) .\prefcalls.js $(DIST)\bin\defaults\autoconfig $(MAKE_INSTALL) .\prefcalls.js $(DIST)\bin\defaults\autoconfig

View File

@ -124,6 +124,8 @@ viewer:Components:universalchardet.xpt
viewer:Components:libjar.xpt viewer:Components:libjar.xpt
viewer:Components:libpref.shlb viewer:Components:libpref.shlb
viewer:Components:libpref.xpt viewer:Components:libpref.xpt
viewer:Components:prefextras.shlb
viewer:Components:prefextras.xpt
viewer:Components:libutil.xpt viewer:Components:libutil.xpt
viewer:Components:lwbrk.shlb viewer:Components:lwbrk.shlb
viewer:Components:Mork.shlb viewer:Components:Mork.shlb
@ -227,6 +229,7 @@ viewer:chrome:pipnss.jar
; all the pref files must be part of base ; all the pref files must be part of base
; to prevent migration bugs ; to prevent migration bugs
viewer:defaults:pref:* viewer:defaults:pref:*
viewer:defaults:autoconfig:prefcalls.js
viewer:res:arrow.gif viewer:res:arrow.gif
viewer:res:loading-image.gif viewer:res:loading-image.gif
viewer:res:broken-image.gif viewer:res:broken-image.gif

View File

@ -111,6 +111,7 @@ bin/components/xpcom_xpti.xpt
bin/components/xpinstall.xpt bin/components/xpinstall.xpt
bin/components/oji.xpt bin/components/oji.xpt
bin/components/pref.xpt bin/components/pref.xpt
bin/components/autoconfig.xpt
bin/components/proxyObjInst.xpt bin/components/proxyObjInst.xpt
bin/components/rdf.xpt bin/components/rdf.xpt
bin/components/shistory.xpt bin/components/shistory.xpt
@ -176,6 +177,7 @@ bin/chrome/installed-chrome.txt
; all the pref files must be part of base ; all the pref files must be part of base
; to prevent migration bugs ; to prevent migration bugs
bin/defaults/pref/* bin/defaults/pref/*
bin/defaults/autoconfig/prefcalls.js
; this is only here if you have plugins -blizzard ; this is only here if you have plugins -blizzard
; bin/plugins/* ; bin/plugins/*
bin/res/entityTables/* bin/res/entityTables/*

View File

@ -124,6 +124,7 @@ bin\components\necko_res.xpt
bin\components\nsSidebar.js bin\components\nsSidebar.js
bin\components\oji.xpt bin\components\oji.xpt
bin\components\pref.xpt bin\components\pref.xpt
bin\components\autoconfig.xpt
bin\components\prefmigr.xpt bin\components\prefmigr.xpt
bin\components\profile.xpt bin\components\profile.xpt
bin\components\proxyObject.xpt bin\components\proxyObject.xpt
@ -195,6 +196,7 @@ bin\chrome\classic\*
; all the pref files must be part of base ; all the pref files must be part of base
; to prevent migration bugs ; to prevent migration bugs
bin\defaults\pref\* bin\defaults\pref\*
bin\defaults\autoconfig\prefcalls.js
bin\res\html.css bin\res\html.css
bin\res\ua.css bin\res\ua.css
bin\res\forms.css bin\res\forms.css

View File

@ -127,6 +127,7 @@ bin/components/libmozxfer.so
bin/components/libnslocale.so bin/components/libnslocale.so
bin/components/liboji.so bin/components/liboji.so
bin/components/libpref.so bin/components/libpref.so
bin/components/libautoconfig.so
bin/components/libprofile.so bin/components/libprofile.so
bin/components/libgkcontent.so bin/components/libgkcontent.so
bin/components/content_base.xpt bin/components/content_base.xpt
@ -182,6 +183,7 @@ bin/components/xpcom_xpti.xpt
bin/components/xpinstall.xpt bin/components/xpinstall.xpt
bin/components/oji.xpt bin/components/oji.xpt
bin/components/pref.xpt bin/components/pref.xpt
bin/components/autoconfig.xpt
bin/components/proxyObjInst.xpt bin/components/proxyObjInst.xpt
bin/components/rdf.xpt bin/components/rdf.xpt
bin/components/shistory.xpt bin/components/shistory.xpt
@ -258,6 +260,7 @@ bin/chrome/chromelist.txt
; all the pref files must be part of base ; all the pref files must be part of base
; to prevent migration bugs ; to prevent migration bugs
bin/defaults/pref/* bin/defaults/pref/*
bin/defaults/autoconfig/prefcalls.js
; this is only here if you have plugins -blizzard ; this is only here if you have plugins -blizzard
; bin/plugins/* ; bin/plugins/*
bin/plugins/libnullplugin.so bin/plugins/libnullplugin.so

View File

@ -234,6 +234,8 @@ bin\components\xpcom_xpti.xpt
bin\components\xpconnect.xpt bin\components\xpconnect.xpt
bin\components\xpinstall.xpt bin\components\xpinstall.xpt
bin\components\xppref32.dll bin\components\xppref32.dll
bin\components\autoconfig.dll
bin\components\autoconfig.xpt
bin\components\xml-rpc.xpt bin\components\xml-rpc.xpt
bin\components\nsDictionary.js bin\components\nsDictionary.js
bin\components\nsProxyAutoConfig.js bin\components\nsProxyAutoConfig.js
@ -277,6 +279,7 @@ bin\chrome\chromelist.txt
; all the pref files must be part of base ; all the pref files must be part of base
; to prevent migration bugs ; to prevent migration bugs
bin\defaults\pref\* bin\defaults\pref\*
bin\defaults\autoconfig\prefcalls.js
bin\res\html.css bin\res\html.css
bin\res\ua.css bin\res\ua.css
bin\res\forms.css bin\res\forms.css