im/confvars.sh
author Ian Neal <iann_cvs@blueyonder.co.uk>
Thu, 31 Jul 2014 15:15:22 +0100
changeset 18584 f200e20f0ea9739b812204a913c82751d29c0d7c
parent 18481 74718714c5fdd1c0c32841f0cd8a95590d38b7e0
child 18813 574f4f9a619c51fea29277bda9efbb41efd6c904
permissions -rw-r--r--
Bug 1044460 - Port relevant changes from Bug 1043344 for moving libraries and programs build to the compile tier r=standard8 for a CLOSED TREE

#! /bin/sh
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

MOZ_APP_NAME=instantbird
MOZ_XUL_APP=1
MOZ_ENABLE_LIBXUL=1
MOZ_CHROME_FILE_FORMAT=omni
MOZ_UPDATER=1
MOZ_MATHML=
MOZ_MEDIA_NAVIGATOR=1

MOZ_APP_VERSION_TXT=${_topsrcdir}/$MOZ_BUILD_APP/config/version.txt
MOZ_APP_VERSION=`cat $MOZ_APP_VERSION_TXT`
INSTANTBIRD_VERSION=$MOZ_APP_VERSION

MOZ_BRANDING_DIRECTORY=im/branding/nightly
MOZ_OFFICIAL_BRANDING_DIRECTORY=other-licenses/branding/instantbird
MOZ_APP_ID={33cb9019-c295-46dd-be21-8c4936574bee}