From 3be5505f3ac4031c0845b2fffcd2606cf41a51ed Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Wed, 31 Mar 2004 19:46:32 +0000 Subject: [PATCH] Add packaging information for Unix if building with the dom inspector or the pref extension. Mirriors the windows packaging steps. Patch by Alexander Sack. git-svn-id: svn://10.0.0.236/trunk@154413 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mail/config/Makefile.in | 21 ++++++++------------- mozilla/mail/config/inspector-unix | 23 +++++++++++++++++++++++ mozilla/mail/config/pref-unix | 22 ++++++++++++++++++++++ 3 files changed, 53 insertions(+), 13 deletions(-) create mode 100644 mozilla/mail/config/inspector-unix create mode 100644 mozilla/mail/config/pref-unix diff --git a/mozilla/mail/config/Makefile.in b/mozilla/mail/config/Makefile.in index 211c788fb04..1f09dba6ecc 100644 --- a/mozilla/mail/config/Makefile.in +++ b/mozilla/mail/config/Makefile.in @@ -27,24 +27,19 @@ include $(DEPTH)/config/autoconf.mk include $(topsrcdir)/config/rules.mk ifeq ($(OS_ARCH),WINNT) - BASEMAIL = basemail-win + BASEMAIL = basemail-win + PREF = pref-win + INSPECTOR = inspector-win + _PLATFORM = dos else - BASEMAIL = basemail-unix + BASEMAIL = basemail-unix + PREF = pref-unix + INSPECTOR = inspector-unix + _PLATFORM = unix endif - -# packaging file for the pref extension which is optional -PREF = pref-win -INSPECTOR = inspector-win - APP_NAME=thunderbird -ifeq ($(OS_ARCH),WINNT) - _PLATFORM = dos -else - _PLATFORM = unix -endif - mail_chrome: mail-jar.mn $(NSINSTALL) -D $(DIST)/$(APP_NAME)/tmpchrome/comm diff --git a/mozilla/mail/config/inspector-unix b/mozilla/mail/config/inspector-unix new file mode 100644 index 00000000000..75638b92384 --- /dev/null +++ b/mozilla/mail/config/inspector-unix @@ -0,0 +1,23 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; Inspector Package File for Win32. Only used when +; Thunderbird is built with the inspector extension +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +[thunderbird] + +components/inspector-cmdline.js +chrome/inspector.jar +res/inspector/viewer-registry.rdf +res/inspector/search-registry.rdf + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; DLLs for pref extension +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +components/libinspector.so +components/inspector.xpt + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; Default Profile Settings +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +defaults/pref/inspector.js diff --git a/mozilla/mail/config/pref-unix b/mozilla/mail/config/pref-unix new file mode 100644 index 00000000000..883fb18d722 --- /dev/null +++ b/mozilla/mail/config/pref-unix @@ -0,0 +1,22 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; Pref Package File for Win32. Only used when + +; Thunderbird is built with the pref extension +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +[thunderbird] + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; DLLs for pref extension +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +components/libautoconfig.so +components/autoconfig.xpt + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +; Default Profile Settings + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +defaults/autoconfig/*