Bug 1899500 - Implement explicit resource management in Baseline compiler. r=arai
[gecko.git] / xpcom / reflect / xptcall / moz.build
blob16923a33575114622ecd199be12e964333553995
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 DIRS += ["md"]
9 SOURCES += [
10     "xptcall.cpp",
13 EXPORTS += [
14     "nsXPTCUtils.h",
15     "xptcall.h",
16     "xptcstubsdecl.inc",
17     "xptcstubsdef.inc",
20 FINAL_LIBRARY = "xul"