From d2db6f75a07b5c1ff41ffe576328551a4ae43852 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Wed, 5 May 2004 14:12:52 +0000 Subject: [PATCH] OS/2 packaging for thunderbird git-svn-id: svn://10.0.0.236/trunk@155990 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mail/config/Makefile.in | 7 +++++++ mozilla/mail/config/basemail-os2 | 3 ++- mozilla/mail/config/inspector-os2 | 23 +++++++++++++++++++++++ mozilla/mail/config/pref-os2 | 22 ++++++++++++++++++++++ 4 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 mozilla/mail/config/inspector-os2 create mode 100644 mozilla/mail/config/pref-os2 diff --git a/mozilla/mail/config/Makefile.in b/mozilla/mail/config/Makefile.in index 8b5e631cbd5..24746c73abe 100644 --- a/mozilla/mail/config/Makefile.in +++ b/mozilla/mail/config/Makefile.in @@ -31,12 +31,19 @@ ifeq ($(OS_ARCH),WINNT) PREF = pref-win INSPECTOR = inspector-win _PLATFORM = dos +else +ifeq ($(OS_ARCH),OS2) + BASEMAIL = basemail-os2 + PREF = pref-os2 + INSPECTOR = inspector-os2 + _PLATFORM = unix else BASEMAIL = basemail-unix PREF = pref-unix INSPECTOR = inspector-unix _PLATFORM = unix endif +endif APP_NAME=thunderbird diff --git a/mozilla/mail/config/basemail-os2 b/mozilla/mail/config/basemail-os2 index df7eab25374..0e264a8c429 100644 --- a/mozilla/mail/config/basemail-os2 +++ b/mozilla/mail/config/basemail-os2 @@ -1,5 +1,5 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -; Base Thunderbird Package File for Win32 +; Base Thunderbird Package File for OS/2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [thunderbird] @@ -55,6 +55,7 @@ chrome\en-win.jar ; default pref files defaults\pref\* +greprefs\* defaults\messenger\mailViews.dat defaults\profile\localstore.rdf defaults\profile\mimeTypes.rdf diff --git a/mozilla/mail/config/inspector-os2 b/mozilla/mail/config/inspector-os2 new file mode 100644 index 00000000000..703d9b73b92 --- /dev/null +++ b/mozilla/mail/config/inspector-os2 @@ -0,0 +1,23 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; Inspector Package File for OS/2. 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\inspectr.dll +components\inspector.xpt + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; Default Profile Settings +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +defaults\pref\inspector.js \ No newline at end of file diff --git a/mozilla/mail/config/pref-os2 b/mozilla/mail/config/pref-os2 new file mode 100644 index 00000000000..8dbf86eb582 --- /dev/null +++ b/mozilla/mail/config/pref-os2 @@ -0,0 +1,22 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; Pref Package File for OS/2. Only used when + +; Thunderbird is built with the pref extension +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +[thunderbird] + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; DLLs for pref extension +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +components\autoconfig.dll +components\autoconfig.xpt + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +; Default Profile Settings + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +defaults\autoconfig\* \ No newline at end of file