moz.build (665B)
1 # -*- Mode: python; 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/. 6 7 HostProgram("icupkg") 8 9 LOCAL_INCLUDES += [ 10 "/intl/icu/source/common", 11 "/intl/icu/source/i18n", 12 "/intl/icu/source/tools/toolutil", 13 ] 14 15 include("../defs.mozbuild") 16 include("sources.mozbuild") 17 18 HOST_SOURCES += sources 19 HOST_SOURCES += [ 20 "/intl/icu/source/stubdata/stubdata.cpp", 21 ] 22 23 HOST_USE_LIBS += [ 24 "host_icui18n", 25 "host_icutoolutil", 26 "host_icuuc", 27 ]