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
This commit is contained 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
|
||||
|
||||
23
mozilla/mail/config/inspector-unix
Normal file
23
mozilla/mail/config/inspector-unix
Normal file
@@ -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
|
||||
22
mozilla/mail/config/pref-unix
Normal file
22
mozilla/mail/config/pref-unix
Normal file
@@ -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/*
|
||||
Reference in New Issue
Block a user