parser/expat/lib/moz.build

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:3ff5beb83030
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/.
6
7 EXPORTS += [
8 'expat.h',
9 'expat_external.h',
10 ]
11
12 SOURCES += [
13 'xmlparse.c',
14 'xmlrole.c',
15 'xmltok.c',
16 ]
17
18 MSVC_ENABLE_PGO = True
19
20 FINAL_LIBRARY = 'gkmedias'
21
22 GENERATED_FILES = [
23 'moz_extensions.c',
24 ]
25
26 DEFINES['HAVE_EXPAT_CONFIG_H'] = True

mercurial