SeaMonkey:hg-based build: Difference between revisions

yay, kill this hack!
(remove another hack!)
(yay, kill this hack!)
Line 68: Line 68:
     THUNDERBIRD_VERSION = $(MOZ_APP_VERSION)
     THUNDERBIRD_VERSION = $(MOZ_APP_VERSION)
     DEFINES += -DMOZ_THUNDERBIRD=1
     DEFINES += -DMOZ_THUNDERBIRD=1
* mail/locales/Makefile.in: after inclusion of config.mk, add the following two lines (without indentation):
* mail/locales/Makefile.in: prefix relativesrcdir in line 41 with ../; prefix "mailnews" in line 100 with "../"
    # HACK: make the locale expansion not insert the mozilla/ subdir for en-US
    EXPAND_LOCALE_SRCDIR = $(if $(filter en-US,$(AB_CD)),$(topsrcdir)/../$(1)/en-US,$(topsrcdir)/../l10n/$(AB_CD)/$(subst /locales,,$(1)))
    EXPAND_LOCALE_SRCDIR_PLATFORM = $(if $(filter en-US,$(AB_CD)),$(topsrcdir)/$(1)/en-US,$(topsrcdir)/../l10n/$(AB_CD)/$(subst /locales,,$(1)))
* still mail/locales/Makefile.in: change line 132 to use the latter expansion macro; prefix "mailnews" in line 104 with "../"
* mail/base/jar.mn: replace /mailnews/ with /../mailnews/ (right-hand side)
* 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/compose/jar.mn: replace /mailnews/ with /../mailnews/ (right-hand side)
Account confirmers, Anti-spam team, canmove, Confirmed users, Bureaucrats and Sysops emeriti
4,083

edits