im/moz.build
author Patrick Cloke <clokep@gmail.com>
Mon, 07 May 2018 17:49:55 -0400
changeset 29282 77e12339f59b8855ca31181df5fcd1fa0b81a007
parent 20592 b3f8c6613ab0714527b03f383ebcef53aefd16d0
permissions -rw-r--r--
Added tag RELEASE_BASE_20180507 for changeset d1f2c2d881cb a=releasemerge ba=releasemerge DONTBUILD CLOSED TREE

# vim: set filetype=python:
# 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/.

CONFIGURE_SUBST_FILES += ['installer/Makefile']

DIRS += [
    'content',
    'locales',
    'themes',
    'modules',
    'components'
]

# app is always last as it packages up the built files on mac.
DIRS += ['app']

if CONFIG['MAKENSISU']:
    DIRS += ['installer/windows']