Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
[gecko.git] / memory / replace / dmd / moz.build
blobf1b9e0a4ea7f2eeb54e70ff2bf2001330cba084a
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/.
7 EXPORTS += [
8     'DMD.h',
11 SOURCES += [
12     '../../../mfbt/HashFunctions.cpp',
13     '../../../mfbt/JSONWriter.cpp',
14     '../../../xpcom/base/nsStackWalk.cpp',
15     'DMD.cpp',
18 SOURCES += [
19     '../../../nsprpub/lib/libc/src/strcpy.c',
22 SharedLibrary('dmd')
24 DEFINES['MOZ_NO_MOZALLOC'] = True
26 if CONFIG['MOZ_OPTIMIZE']:
27     DEFINES['MOZ_OPTIMIZE'] = True
29 DISABLE_STL_WRAPPING = True
31 if CONFIG['OS_ARCH'] == 'WINNT':
32     OS_LIBS += [
33         'dbghelp',
34     ]
36 TEST_DIRS += ['test']