2013-04-01 22:36:59 +04:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-26 00:47:21 +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/.
|
|
|
|
|
2013-11-05 22:37:54 +04:00
|
|
|
RESOURCE_FILES.entityTables = [
|
|
|
|
'html40Latin1.properties',
|
|
|
|
'html40Special.properties',
|
2015-12-01 11:52:26 +03:00
|
|
|
'html40Symbols.properties',
|
2013-11-05 22:37:54 +04:00
|
|
|
'mathml20.properties',
|
|
|
|
]
|
2014-07-24 19:55:33 +04:00
|
|
|
|
|
|
|
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'qt':
|
|
|
|
CFLAGS += CONFIG['MOZ_QT_CFLAGS']
|
|
|
|
CXXFLAGS += CONFIG['MOZ_QT_CFLAGS']
|