|
|
Line 39: |
Line 39: |
| * mailnews/extensions/bayesian-spam-filter/test/unit/test_bug228675.js: prefix "mailnews" directory with a "../" in lines 41,155 | | * mailnews/extensions/bayesian-spam-filter/test/unit/test_bug228675.js: prefix "mailnews" directory with a "../" in lines 41,155 |
|
| |
|
| === additional changes to build Thunderbird ===
| |
|
| |
|
| * pull from CVS: mail/
| |
| * mozconfig: --enable-application=../mail
| |
| * mozconfig: mk_add_options MOZ_OBJDIR=/path/to/objdir/mozilla (again, note the "mozilla" at the end!)
| |
| * cd mail/; sed -i 's/^DEPTH.*\.\.$/&\/mozilla/g' `find . -name Makefile.in`
| |
| * mail/build.mk: prefix mailnews/ and mail/ with ..
| |
| * mail/makefiles.sh: add removed mailnews block from mozilla/toolkit/toolkit-makefiles.sh line 913 at line 38
| |
| * mail/makefiles.sh: prefix all mail/ directories in add_makefiles with "../"
| |
| * mail/confvars.sh: add the following line before MOZ_APP_VERSION (line 55) (without indentation):
| |
| THUNDERBIRD_VERSION=`cat $topsrcdir/../mail/config/version.txt`
| |
| * mail/app-config.mk: create this file, containing the following lines (without indentation):
| |
| MOZ_THUNDERBIRD = 1
| |
| THUNDERBIRD_VERSION = $(MOZ_APP_VERSION)
| |
| DEFINES += -DMOZ_THUNDERBIRD=1
| |
| * mail/locales/Makefile.in: prefix relativesrcdir in line 41 with ../; prefix "mailnews" in line 100 with "../"
| |
| * mail/base/jar.mn: replace /mailnews/ with /../mailnews/ (right-hand side)
| |
| * mail/components/compose/jar.mn: replace /mailnews/ with /../mailnews/ (right-hand side)
| |
| * mail/components/preferences/jar.mn: replace /mailnews/ with /../mailnews/ (right-hand side)
| |
| * mail/components/addrbook/jar.mn: replace /mailnews/ with /../mailnews/ (right-hand side)
| |
| * mail/extensions/smime/jar.mn: replace /mailnews/ with /../mailnews/ (right-hand side)
| |
| * mail/app/Makefile.in: insert ../ between $(topsrcdir)/ and mail/ in line 52
| |
|
| |
|
| === building with Lightning calendar === | | === building with Lightning calendar === |