1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
14 'nsSpecialCasingData.h',
16 'nsUnicodeProperties.h',
17 'nsUnicodeScriptCodes.h',
20 include('objs.mozbuild')
22 UNIFIED_SOURCES += intl_unicharutil_util_cppsrcs
24 Library('unicharutil_external_s')
26 FORCE_STATIC_LIB = True
30 USE_STATIC_LIBS = True
32 if CONFIG['_MSC_VER']:
33 DEFINES['_USE_ANSI_CPP'] = True
34 # Don't include directives about which CRT to use
38 if CONFIG['ENABLE_INTL_API']:
39 CXXFLAGS += CONFIG['MOZ_ICU_CFLAGS']
42 FAIL_ON_WARNINGS = True