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/*