Bug 899135 - Drop buffers in ScriptProcessorNode instead of buffering them when the...
[gecko.git] / modules / libjar / Makefile.in
blob2bfb5afbf197288b7c46ee5477a48ed883c0a3dd
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 DEPTH = @DEPTH@
7 topsrcdir = @top_srcdir@
8 srcdir = @srcdir@
9 VPATH = @srcdir@
11 include $(DEPTH)/config/autoconf.mk
13 LIBRARY_NAME = jar$(VERSION_NUMBER)
14 MSVC_ENABLE_PGO := 1
15 EXPORT_LIBRARY = 1
16 IS_COMPONENT = 1
17 MODULE_NAME = nsJarModule
18 LIBXUL_LIBRARY = 1
19 FAIL_ON_WARNINGS = 1
22 include $(topsrcdir)/config/config.mk
23 include $(topsrcdir)/config/rules.mk
24 include $(topsrcdir)/ipc/chromium/chromium-config.mk