releases-comm-central/mail/app/moz.build

24 строки
548 B
Plaintext
Исходник Обычный вид История

# 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/.
DIRS += ['profile']
GENERATED_INCLUDES += [
'/build',
]
if not CONFIG['LIBXUL_SDK']:
PROGRAM = CONFIG['MOZ_APP_NAME']
SOURCES += ['nsMailApp.cpp']
LOCAL_INCLUDES += [
'/mozilla/toolkit/xre',
'/mozilla/xpcom/base',
'/mozilla/xpcom/build',
]
USE_LIBS += [
'xpcomglue',
]