2013-10-25 06:07:16 +04:00
|
|
|
# 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']
|
|
|
|
|
2014-07-31 18:15:22 +04:00
|
|
|
DIRS += [
|
2013-10-25 06:07:16 +04:00
|
|
|
'content',
|
|
|
|
'locales',
|
|
|
|
'themes',
|
|
|
|
'modules',
|
|
|
|
'components'
|
|
|
|
]
|
2014-07-31 18:15:22 +04:00
|
|
|
|
|
|
|
# app is always last as it packages up the built files on mac.
|
|
|
|
DIRS += ['app']
|
|
|
|
|
2014-12-07 13:25:00 +03:00
|
|
|
if CONFIG['MAKENSISU']:
|
2014-07-31 18:15:22 +04:00
|
|
|
DIRS += ['installer/windows']
|
|
|
|
|