gecko-dev/build/unix/elfhack/moz.build

24 строки
532 B
Plaintext
Исходник Обычный вид История

# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
2012-05-21 15:12:37 +04:00
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
1998-08-20 00:42:14 +04:00
NO_DIST_INSTALL = True
DIRS += ['inject']
CSRCS += [
'test-array.c',
'test-ctors.c',
]
if not CONFIG['CROSS_COMPILE']:
CSRCS += [
'dummy.c',
]
HOST_CPPSRCS += [
'elf.cpp',
'elfhack.cpp',
]