Bug 1892041 - Part 1: Update test262 features. r=spidermonkey-reviewers,dminor
[gecko.git] / build / win32 / crashinjectdll / moz.build
blobff113f61e6c104f633a8943e1095587313972680
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 SOURCES += [
8     "crashinjectdll.cpp",
11 SharedLibrary("crashinjectdll")
13 DEFFILE = "crashinjectdll.def"
15 USE_STATIC_LIBS = True
16 NO_PGO = True