2013-02-28 18:16:49 +04:00
|
|
|
# vim: set filetype=python:
|
2012-05-30 20:48:24 +04:00
|
|
|
# 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/.
|
2008-09-03 17:35:06 +04:00
|
|
|
|
2013-02-28 18:16:49 +04:00
|
|
|
DIRS += ['profile']
|
|
|
|
|
2014-08-09 01:41:05 +04:00
|
|
|
GENERATED_INCLUDES += [
|
|
|
|
'/build',
|
|
|
|
]
|
|
|
|
|
2013-05-10 18:20:32 +04:00
|
|
|
if not CONFIG['LIBXUL_SDK']:
|
|
|
|
PROGRAM = CONFIG['MOZ_APP_NAME']
|
2013-10-25 17:34:13 +04:00
|
|
|
SOURCES += ['nsMailApp.cpp']
|
2014-07-11 23:07:32 +04:00
|
|
|
LOCAL_INCLUDES += [
|
|
|
|
'/mozilla/toolkit/xre',
|
|
|
|
'/mozilla/xpcom/base',
|
|
|
|
'/mozilla/xpcom/build',
|
|
|
|
]
|
2014-07-25 20:23:28 +04:00
|
|
|
|
|
|
|
USE_LIBS += [
|
|
|
|
'xpcomglue',
|
|
|
|
]
|