зеркало из https://github.com/mozilla/gecko-dev.git
Make xforms and schema-validation always build as dynamic components, for now.
This commit is contained in:
Родитель
7791836733
Коммит
5fa91093e2
|
@ -45,7 +45,9 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = schemavalidation
|
||||
LIBRARY_NAME = schemavalidation
|
||||
SHORT_LIBNAME = schemval
|
||||
EXPORT_LIBRARY = 1
|
||||
# Do not set EXPORT_LIBRARY as we do not want schema-validation in the static libs list
|
||||
#EXPORT_LIBRARY = 1
|
||||
FORCE_SHARED_LIB = 1
|
||||
IS_COMPONENT = 1
|
||||
GRE_MODULE = 1
|
||||
MODULE_NAME = schemavalidation
|
||||
|
|
|
@ -47,7 +47,9 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = xforms
|
||||
LIBRARY_NAME = xforms
|
||||
IS_COMPONENT = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
# Do not set EXPORT_LIBRARY as we do not want xforms in the static libs list
|
||||
#EXPORT_LIBRARY = 1
|
||||
FORCE_SHARED_LIB = 1
|
||||
MODULE_NAME = xforms
|
||||
|
||||
REQUIRES = \
|
||||
|
|
Загрузка…
Ссылка в новой задаче