Split xpcom into separate xpcomglue library starting with nsCOMPtr.*
Bug #99698 sr=alecf
This commit is contained in:
Родитель
5a2640b3c0
Коммит
b4cb4dc46b
|
@ -26,7 +26,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = typelib base ds io components threads reflect proxy build tools
|
||||
DIRS = typelib glue base ds io components threads reflect proxy build tools
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += \
|
||||
|
|
|
@ -41,7 +41,6 @@ CPPSRCS = \
|
|||
nsDebug.cpp \
|
||||
nsIInterfaceRequestor.cpp \
|
||||
nsTraceRefcnt.cpp \
|
||||
nsCOMPtr.cpp \
|
||||
nsID.cpp \
|
||||
nsCWeakReference.cpp \
|
||||
nsWeakReference.cpp \
|
||||
|
@ -60,7 +59,6 @@ EXPORTS = \
|
|||
nsAgg.h \
|
||||
nsIAllocator.h \
|
||||
nsMemory.h \
|
||||
nsCOMPtr.h \
|
||||
nsCom.h \
|
||||
nsComObsolete.h \
|
||||
nsCWeakReference.h \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = xpcom
|
||||
XPIDL_MODULE = xpcom_glue
|
||||
LIBRARY_NAME = xpcomglue_s
|
||||
LIBRARY_NAME = xpcomglue
|
||||
|
||||
REQUIRES = string
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче