Backed out 3 changesets (bug 1790375) for causing wd failures on fetch_error.py....
[gecko.git] / third_party / msgpack / moz.build
blob0ce52d9dbd1a32ca571562aa4042b53136979250
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/.
7 DEFINES['MSGPACK_DLLEXPORT'] = ''
9 LOCAL_INCLUDES += [
10     'include',
13 EXPORTS += [
14     'include/msgpack.h',
17 # We allow warnings for third-party code that can be updated from upstream.
18 AllowCompilerWarnings()
20 SOURCES += [
21     'src/version.c',
22     'src/vrefbuffer.c',
25 FINAL_LIBRARY = 'xul'