moz.build (717B)
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 UNIFIED_SOURCES += [ 8 "hunspell_csutil.cxx", 9 "mozHunspell.cpp", 10 "mozHunspellRLBoxHost.cpp", 11 "RLBoxHunspell.cpp", 12 ] 13 14 DEFINES["HUNSPELL_STATIC"] = True 15 16 FINAL_LIBRARY = "xul" 17 18 LOCAL_INCLUDES += [ 19 "!/security/rlbox", 20 "../src", 21 "/extensions/spellcheck/src", 22 ] 23 24 include("/ipc/chromium/chromium-config.mozbuild") 25 include("common.mozbuild") 26 27 HunspellIncludes() 28 29 XPCOM_MANIFESTS += [ 30 "components.conf", 31 ]