mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
--HG-- extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
This commit is contained in:
parent
ded4a5682c
commit
5f8b5163e8
@ -7,7 +7,6 @@ topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
LIBRARY_NAME = IA2Marshal
|
||||
DEFFILE = $(win_srcdir)/IA2Marshal.def
|
||||
|
||||
IA2DIR = $(topsrcdir)/other-licenses/ia2
|
||||
|
@ -48,3 +48,6 @@ interfaces_c.sort()
|
||||
EXPORTS += headers
|
||||
EXPORTS += interfaces_h
|
||||
EXPORTS += interfaces_c
|
||||
|
||||
LIBRARY_NAME = 'IA2Marshal'
|
||||
|
||||
|
@ -7,7 +7,6 @@ topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
LIBRARY_NAME = AccessibleMarshal
|
||||
DEFFILE = $(win_srcdir)/AccessibleMarshal.def
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
@ -15,3 +15,5 @@ EXPORTS += [
|
||||
'ISimpleDOMText_i.c',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'AccessibleMarshal'
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = accessibility_toolkit_s
|
||||
EXPORT_LIBRARY = ..
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
|
@ -33,3 +33,5 @@ CPP_SOURCES += [
|
||||
'nsMaiInterfaceValue.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_toolkit_s'
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = accessibility_base_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
|
@ -60,3 +60,6 @@ if a11y_log:
|
||||
CPP_SOURCES += [
|
||||
'Logging.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_base_s'
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = accessibility_generic_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
|
@ -27,3 +27,5 @@ CPP_SOURCES += [
|
||||
'TextLeafAccessible.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_generic_s'
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = accessibility_html_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
|
@ -17,3 +17,5 @@ CPP_SOURCES += [
|
||||
'HTMLTableAccessible.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_html_s'
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = accessibility_toolkit_s
|
||||
EXPORT_LIBRARY = ..
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
|
@ -15,3 +15,5 @@ EXPORTS.mozilla.a11y += [
|
||||
'HyperTextAccessibleWrap.h',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_toolkit_s'
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = accessibility_toolkit_s
|
||||
EXPORT_LIBRARY = ..
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
|
@ -16,3 +16,5 @@ CPP_SOURCES += [
|
||||
'Platform.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_toolkit_s'
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = accessibility_xpcom_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
|
@ -17,3 +17,5 @@ CPP_SOURCES += [
|
||||
'xpcAccessibleTableCell.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_xpcom_s'
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = accessibility_xul_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
|
@ -21,3 +21,5 @@ CPP_SOURCES += [
|
||||
'XULTreeGridAccessible.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_xul_s'
|
||||
|
||||
|
@ -9,8 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = browserabout_s
|
||||
|
||||
FORCE_STATIC_LIB = 1
|
||||
USE_STATIC_LIBS = 1
|
||||
|
||||
|
@ -14,3 +14,5 @@ CPP_SOURCES += [
|
||||
'AboutRedirector.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'browserabout_s'
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH=@srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = browsercomps
|
||||
SHORT_LIBNAME = brwsrcmp
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsBrowserCompsModule
|
||||
|
@ -14,3 +14,5 @@ CPP_SOURCES += [
|
||||
'nsModule.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'browsercomps'
|
||||
|
||||
|
@ -9,8 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = browserdir_s
|
||||
|
||||
FORCE_STATIC_LIB = 1
|
||||
USE_STATIC_LIBS = 1
|
||||
|
||||
|
@ -16,3 +16,5 @@ CPP_SOURCES += [
|
||||
'DirectoryProvider.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'browserdir_s'
|
||||
|
||||
|
@ -9,8 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = browser_feeds_s
|
||||
|
||||
FORCE_STATIC_LIB = 1
|
||||
USE_STATIC_LIBS = 1
|
||||
|
||||
|
@ -19,3 +19,6 @@ EXTRA_COMPONENTS += [
|
||||
EXTRA_PP_COMPONENTS += [
|
||||
'FeedWriter.js',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'browser_feeds_s'
|
||||
|
||||
|
@ -9,8 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = migration_s
|
||||
|
||||
FORCE_STATIC_LIB = 1
|
||||
USE_STATIC_LIBS = 1
|
||||
|
||||
|
@ -35,3 +35,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
||||
EXTRA_PP_COMPONENTS += [
|
||||
'SafariProfileMigrator.js',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'migration_s'
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULES = stlport
|
||||
LIBRARY_NAME = stlport_static
|
||||
FORCE_STATIC_LIB = 1
|
||||
STL_FLAGS =
|
||||
|
||||
|
@ -10,3 +10,5 @@ CPP_SOURCES += [
|
||||
'$(notdir $(wildcard $(STLPORT_SOURCES)/src/*.cpp))',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'stlport_static'
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = stdc++compat
|
||||
FORCE_STATIC_LIB= 1
|
||||
STL_FLAGS =
|
||||
NO_EXPAND_LIBS = 1
|
||||
|
@ -11,3 +11,6 @@ CPP_SOURCES += [
|
||||
]
|
||||
|
||||
HOST_LIBRARY_NAME = 'host_stdc++compat'
|
||||
|
||||
LIBRARY_NAME = 'stdc++compat'
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = crashinjectdll
|
||||
DEFFILE = $(srcdir)/crashinjectdll.def
|
||||
FORCE_SHARED_LIB = 1
|
||||
USE_STATIC_LIBS = 1
|
||||
|
@ -8,3 +8,5 @@ CPP_SOURCES += [
|
||||
'crashinjectdll.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'crashinjectdll'
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = vmwarerecordinghelper
|
||||
DEFFILE = $(srcdir)/$(LIBRARY_NAME).def
|
||||
|
||||
FORCE_SHARED_LIB = 1
|
||||
|
@ -8,3 +8,5 @@ CPP_SOURCES += [
|
||||
'vmwarerecordinghelper.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'vmwarerecordinghelper'
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = caps_s
|
||||
MSVC_ENABLE_PGO := 1
|
||||
FORCE_STATIC_LIB = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
@ -16,3 +16,5 @@ CPP_SOURCES += [
|
||||
'nsSystemPrincipal.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'caps_s'
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = gkconhtmldoc_s
|
||||
MSVC_ENABLE_PGO := 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
@ -22,3 +22,6 @@ CPP_SOURCES += [
|
||||
'nsHTMLContentSink.cpp',
|
||||
'nsHTMLDocument.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconhtmldoc_s'
|
||||
|
||||
|
@ -15,7 +15,6 @@ VPATH := @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME := gkcondash_s
|
||||
LIBXUL_LIBRARY := 1
|
||||
|
||||
FORCE_STATIC_LIB := 1
|
||||
|
@ -19,3 +19,5 @@ CPP_SOURCES += [
|
||||
'DASHRepDecoder.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkcondash_s'
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = gkconencoder_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS := 1
|
||||
|
||||
|
@ -20,3 +20,6 @@ CPP_SOURCES += [
|
||||
if CONFIG['MOZ_OPUS']:
|
||||
EXPORTS += ['OpusTrackEncoder.h']
|
||||
CPP_SOURCES += ['OpusTrackEncoder.cpp']
|
||||
|
||||
LIBRARY_NAME = 'gkconencoder_s'
|
||||
|
||||
|
@ -10,7 +10,6 @@ FAIL_ON_WARNINGS := 1
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = gkcongstreamer_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
FORCE_STATIC_LIB = 1
|
||||
|
@ -21,3 +21,5 @@ CPP_SOURCES += [
|
||||
'GStreamerLoader.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkcongstreamer_s'
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = gkconogg_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS := 1
|
||||
|
||||
|
@ -20,3 +20,5 @@ CPP_SOURCES += [
|
||||
'OggWriter.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconogg_s'
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = gkconmediaplugins_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
FORCE_STATIC_LIB = 1
|
||||
|
@ -19,3 +19,5 @@ CPP_SOURCES += [
|
||||
'MediaPluginReader.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconmediaplugins_s'
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = gkconraw_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS := 1
|
||||
|
||||
|
@ -17,3 +17,5 @@ CPP_SOURCES += [
|
||||
'RawReader.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconraw_s'
|
||||
|
||||
|
@ -10,7 +10,6 @@ FAIL_ON_WARNINGS := 1
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = gkconwave_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
|
||||
|
@ -16,3 +16,5 @@ CPP_SOURCES += [
|
||||
'WaveReader.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconwave_s'
|
||||
|
||||
|
@ -10,7 +10,6 @@ FAIL_ON_WARNINGS := 1
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = gkconwebm_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
|
||||
|
@ -17,3 +17,5 @@ CPP_SOURCES += [
|
||||
'WebMReader.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconwebm_s'
|
||||
|
||||
|
@ -10,7 +10,6 @@ FAIL_ON_WARNINGS := 1
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = gkconwmf_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
|
@ -21,3 +21,5 @@ CPP_SOURCES += [
|
||||
'WMFUtils.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconwmf_s'
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = gkconsvgdoc_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
|
@ -14,3 +14,5 @@ CPP_SOURCES += [
|
||||
'SVGDocument.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconsvgdoc_s'
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = gkconxmlcon_s
|
||||
MSVC_ENABLE_PGO := 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
@ -19,3 +19,5 @@ CPP_SOURCES += [
|
||||
'nsXMLElement.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconxmlcon_s'
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = gkconxmldoc_s
|
||||
MSVC_ENABLE_PGO := 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
@ -17,3 +17,5 @@ CPP_SOURCES += [
|
||||
'nsXMLPrettyPrinter.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconxmldoc_s'
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = txbase_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
|
@ -14,3 +14,5 @@ CPP_SOURCES += [
|
||||
'txURIUtils.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'txbase_s'
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = txxml_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
|
@ -11,3 +11,5 @@ CPP_SOURCES += [
|
||||
'txXMLUtils.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'txxml_s'
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = txxpath_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
|
@ -47,3 +47,5 @@ CPP_SOURCES += [
|
||||
'txXPathOptimizer.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'txxpath_s'
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = txxslt_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
|
@ -39,3 +39,5 @@ CPP_SOURCES += [
|
||||
'txXSLTProcessor.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'txxslt_s'
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = gkconxuldoc_s
|
||||
MSVC_ENABLE_PGO := 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
|
@ -18,3 +18,6 @@ if CONFIG['MOZ_XUL']:
|
||||
'nsXULPrototypeCache.cpp',
|
||||
'nsXULPrototypeDocument.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconxuldoc_s'
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = gkconxultmpl_s
|
||||
MSVC_ENABLE_PGO := 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
|
@ -35,3 +35,5 @@ CPP_SOURCES += [
|
||||
'nsXULTreeBuilder.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconxultmpl_s'
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = mozsqlite3
|
||||
SHORT_LIBNAME = mozsqlt3
|
||||
ifdef MOZ_FOLD_LIBS
|
||||
FORCE_STATIC_LIB = 1
|
||||
|
@ -10,3 +10,5 @@ EXPORTS += [
|
||||
'sqlite3.h',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'mozsqlite3'
|
||||
|
||||
|
@ -13,7 +13,6 @@ MODULE_NAME = docshell_provider
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = docshell
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
|
@ -14,3 +14,5 @@ CPP_SOURCES += [
|
||||
'nsDocShellModule.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'docshell'
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = shistory_s
|
||||
MSVC_ENABLE_PGO := 1
|
||||
FORCE_STATIC_LIB = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
@ -17,3 +17,5 @@ CPP_SOURCES += [
|
||||
'nsSHistory.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'shistory_s'
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = peerconnection
|
||||
MODULE_NAME = peerconnection
|
||||
|
||||
IS_COMPONENT = 1
|
||||
|
@ -14,3 +14,5 @@ CPP_SOURCES += [
|
||||
'MediaModule.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'peerconnection'
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = plugin_child_interpose
|
||||
FORCE_SHARED_LIB = 1
|
||||
DIST_INSTALL = 1
|
||||
|
||||
|
@ -4,3 +4,5 @@
|
||||
# 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/.
|
||||
|
||||
LIBRARY_NAME = 'plugin_child_interpose'
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = nptest
|
||||
MODULE_NAME = TestPlugin
|
||||
ifndef _MSC_VER
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
@ -8,3 +8,5 @@ DIRS += ['secondplugin']
|
||||
|
||||
MODULE = 'nptest'
|
||||
|
||||
LIBRARY_NAME = 'nptest'
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = npsecondtest
|
||||
MODULE_NAME = SecondTestPlugin
|
||||
|
||||
RELATIVE_PATH=..
|
||||
|
@ -6,3 +6,5 @@
|
||||
|
||||
MODULE = 'npsecondtest'
|
||||
|
||||
LIBRARY_NAME = 'npsecondtest'
|
||||
|
||||
|
@ -11,7 +11,6 @@ FAIL_ON_WARNINGS := 1
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = jsdomevents_s
|
||||
MSVC_ENABLE_PGO := 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
|
@ -10,3 +10,5 @@ CPP_SOURCES += [
|
||||
'nsJSEventListener.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'jsdomevents_s'
|
||||
|
||||
|
@ -11,7 +11,6 @@ FAIL_ON_WARNINGS := 1
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = json_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
|
||||
|
@ -16,3 +16,5 @@ CPP_SOURCES += [
|
||||
'nsJSON.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'json_s'
|
||||
|
||||
|
@ -11,7 +11,6 @@ FAIL_ON_WARNINGS := 1
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = jsurl_s
|
||||
FORCE_STATIC_LIB = 1
|
||||
MODULE_NAME = javascript__protocol
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
@ -16,3 +16,5 @@ CPP_SOURCES += [
|
||||
'nsJSProtocolHandler.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'jsurl_s'
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = jsdomoffline_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS := 1
|
||||
|
||||
|
@ -13,3 +13,5 @@ CPP_SOURCES += [
|
||||
'nsDOMOfflineResourceList.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'jsdomoffline_s'
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user