summaryrefslogtreecommitdiff
path: root/parser/expat/lib/moz.build
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2016-09-01 13:39:08 +0200
committerPale Moon <git-repo@palemoon.org>2016-09-01 13:39:08 +0200
commit3d8ce1a11a7347cc94a937719c4bc8df46fb8d14 (patch)
tree8c26ca375a6312751c00a27e1653fb6f189f0463 /parser/expat/lib/moz.build
parente449bdb1ec3a82f204bffdd9c3c54069d086eee3 (diff)
downloadpalemoon-gre-3d8ce1a11a7347cc94a937719c4bc8df46fb8d14.tar.gz
Base import of Tycho code (warning: huge commit)
Diffstat (limited to 'parser/expat/lib/moz.build')
-rw-r--r--parser/expat/lib/moz.build13
1 files changed, 10 insertions, 3 deletions
diff --git a/parser/expat/lib/moz.build b/parser/expat/lib/moz.build
index bea67ad77..c69dca4bc 100644
--- a/parser/expat/lib/moz.build
+++ b/parser/expat/lib/moz.build
@@ -4,12 +4,19 @@
# 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/.
-MODULE = 'expat'
-
EXPORTS += [
'expat.h',
'expat_external.h',
]
-LIBRARY_NAME = 'mozexpat_s'
+SOURCES += [
+ 'xmlparse.c',
+ 'xmlrole.c',
+ 'xmltok.c',
+]
+
+MSVC_ENABLE_PGO = True
+
+FINAL_LIBRARY = 'gkmedias'
+DEFINES['HAVE_EXPAT_CONFIG_H'] = True