OS/2 packaging for thunderbird
git-svn-id: svn://10.0.0.236/trunk@155990 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained 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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
23
mozilla/mail/config/inspector-os2
Normal file
23
mozilla/mail/config/inspector-os2
Normal file
@@ -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
|
||||
22
mozilla/mail/config/pref-os2
Normal file
22
mozilla/mail/config/pref-os2
Normal file
@@ -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\*
|
||||
Reference in New Issue
Block a user