зеркало из https://github.com/mozilla/gecko-dev.git
building the right library
This commit is contained in:
Родитель
c819d27dd4
Коммит
070a9cfe91
|
@ -19,16 +19,30 @@ topsrcdir = @top_srcdir@
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
|
||||||
include $(DEPTH)/config/autoconf.mk
|
LIBRARY_NAME = netwerkdns_s
|
||||||
MODULE = netwerk
|
|
||||||
|
|
||||||
CPPSRCS = \
|
include $(DEPTH)/config/autoconf.mk
|
||||||
nsDnsService.cpp \
|
|
||||||
|
CPPSRCS = \
|
||||||
|
nsDnsService.cpp \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
REQUIRES = xpcom netwerk raptor
|
EXPORTS = \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
|
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||||
|
|
||||||
|
MODULE = netwerk
|
||||||
|
|
||||||
include $(topsrcdir)/config/config.mk
|
include $(topsrcdir)/config/config.mk
|
||||||
|
|
||||||
|
MKSHLIB :=
|
||||||
|
|
||||||
|
# we don't want the shared lib, but we want to force the creation of a
|
||||||
|
# static l\ib.
|
||||||
|
override NO_SHARED_LIB=1
|
||||||
|
override NO_STATIC_LIB=
|
||||||
|
|
||||||
include $(DEPTH)/config/rules.mk
|
include $(DEPTH)/config/rules.mk
|
||||||
|
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче