mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Don't build shared libraries
This commit is contained in:
parent
eea68f05a9
commit
37213af260
@ -49,8 +49,10 @@ EXPORTS = \
|
|||||||
|
|
||||||
REQUIRES = xpcom raptor dom netlib js
|
REQUIRES = xpcom raptor dom netlib js
|
||||||
|
|
||||||
include $(DEPTH)/config/config.mk
|
|
||||||
|
|
||||||
TARGETS = $(LIBRARY)
|
TARGETS = $(LIBRARY)
|
||||||
|
|
||||||
|
include $(DEPTH)/config/config.mk
|
||||||
|
|
||||||
|
MKSHLIB :=
|
||||||
|
|
||||||
include $(DEPTH)/config/rules.mk
|
include $(DEPTH)/config/rules.mk
|
||||||
|
@ -39,6 +39,8 @@ LCFLAGS += -D_IMPL_NS_HTML
|
|||||||
INCLUDES += -I../../../html/style/src -I../../../html/base/src \
|
INCLUDES += -I../../../html/style/src -I../../../html/base/src \
|
||||||
-I../../../base/src
|
-I../../../base/src
|
||||||
|
|
||||||
|
MKSHLIB :=
|
||||||
|
|
||||||
include $(DEPTH)/config/rules.mk
|
include $(DEPTH)/config/rules.mk
|
||||||
|
|
||||||
install::
|
install::
|
||||||
|
@ -63,6 +63,8 @@ LCFLAGS += -D_IMPL_NS_HTML
|
|||||||
|
|
||||||
INCLUDES += -I../../style/src -I../../../base/src -I../../../css/layout/src -I.
|
INCLUDES += -I../../style/src -I../../../base/src -I../../../css/layout/src -I.
|
||||||
|
|
||||||
|
MKSHLIB :=
|
||||||
|
|
||||||
include $(DEPTH)/config/rules.mk
|
include $(DEPTH)/config/rules.mk
|
||||||
|
|
||||||
install::
|
install::
|
||||||
|
@ -38,4 +38,6 @@ LCFLAGS += -D_IMPL_NS_HTML
|
|||||||
INCLUDES += -I../../style/src -I../../../base/src -I../../../css/layout/src \
|
INCLUDES += -I../../style/src -I../../../base/src -I../../../css/layout/src \
|
||||||
-I../../base/src
|
-I../../base/src
|
||||||
|
|
||||||
|
MKSLIB :=
|
||||||
|
|
||||||
include $(DEPTH)/config/rules.mk
|
include $(DEPTH)/config/rules.mk
|
||||||
|
@ -52,6 +52,8 @@ MODULE = raptor
|
|||||||
|
|
||||||
REQUIRES = xpcom raptor dom netlib js
|
REQUIRES = xpcom raptor dom netlib js
|
||||||
|
|
||||||
|
MKSHLIB :=
|
||||||
|
|
||||||
include $(DEPTH)/config/rules.mk
|
include $(DEPTH)/config/rules.mk
|
||||||
|
|
||||||
|
|
||||||
|
@ -43,5 +43,7 @@ INCLUDES += -I../../../base/src -I../../base/src -I../../style/src \
|
|||||||
|
|
||||||
REQUIRES = xpcom raptor dom netlib js
|
REQUIRES = xpcom raptor dom netlib js
|
||||||
|
|
||||||
|
MKSHLIB :=
|
||||||
|
|
||||||
include $(DEPTH)/config/rules.mk
|
include $(DEPTH)/config/rules.mk
|
||||||
|
|
||||||
|
@ -46,5 +46,7 @@ INCLUDES += -I../../base/src -I../../../base/src -I.
|
|||||||
|
|
||||||
REQUIRES = xpcom raptor dom netlib js
|
REQUIRES = xpcom raptor dom netlib js
|
||||||
|
|
||||||
|
MKSHLIB :=
|
||||||
|
|
||||||
include $(DEPTH)/config/rules.mk
|
include $(DEPTH)/config/rules.mk
|
||||||
|
|
||||||
|
@ -51,4 +51,6 @@ INCLUDES += -I../../base/src -I../../style/src -I../../../base/src
|
|||||||
|
|
||||||
DEFINES += -D_IMPL_NS_HTML
|
DEFINES += -D_IMPL_NS_HTML
|
||||||
|
|
||||||
|
MKSHLIB :=
|
||||||
|
|
||||||
include $(DEPTH)/config/rules.mk
|
include $(DEPTH)/config/rules.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user