2013-11-19 08:45:31 +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/.
|
|
|
|
|
|
|
|
SOURCES += [
|
|
|
|
'StaticXULComponentsEnd.cpp',
|
|
|
|
]
|
|
|
|
|
2014-08-29 00:41:18 +04:00
|
|
|
# Don't let LTO reorder StaticXULComponentsStart.o.
|
|
|
|
if '-flto' in CONFIG['OS_CXXFLAGS']:
|
|
|
|
SOURCES['StaticXULComponentsEnd.cpp'].flags += ['-fno-lto']
|
|
|
|
|
2014-09-03 09:10:54 +04:00
|
|
|
Library('StaticXULComponentsEnd')
|
2013-11-19 08:45:31 +04:00
|
|
|
|
|
|
|
DEFINES['MOZILLA_INTERNAL_API'] = True
|