зеркало из https://github.com/mozilla/pjs.git
Added nsWeakReference.h, .cpp in the appropriate places
This commit is contained in:
Родитель
0fbdb1874a
Коммит
af5ba49b94
|
@ -9,4 +9,5 @@ nsIID.h
|
||||||
nsIPtr.h
|
nsIPtr.h
|
||||||
nsISupportsUtils.h
|
nsISupportsUtils.h
|
||||||
nsTraceRefcnt.h
|
nsTraceRefcnt.h
|
||||||
|
nsWeakReference.h
|
||||||
nscore.h
|
nscore.h
|
||||||
|
|
|
@ -41,6 +41,7 @@ CPPSRCS = \
|
||||||
nsTraceRefcnt.cpp \
|
nsTraceRefcnt.cpp \
|
||||||
nsCOMPtr.cpp \
|
nsCOMPtr.cpp \
|
||||||
nsID.cpp \
|
nsID.cpp \
|
||||||
|
nsWeakReference.cpp \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
EXPORTS = \
|
EXPORTS = \
|
||||||
|
@ -55,6 +56,7 @@ EXPORTS = \
|
||||||
nsIPtr.h \
|
nsIPtr.h \
|
||||||
nsISupportsUtils.h \
|
nsISupportsUtils.h \
|
||||||
nsTraceRefcnt.h \
|
nsTraceRefcnt.h \
|
||||||
|
nsWeakReference.h \
|
||||||
nscore.h \
|
nscore.h \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,7 @@ EXPORTS = \
|
||||||
nsIPtr.h \
|
nsIPtr.h \
|
||||||
nsISupportsUtils.h \
|
nsISupportsUtils.h \
|
||||||
nsTraceRefcnt.h \
|
nsTraceRefcnt.h \
|
||||||
|
nsWeakReference.h \
|
||||||
nscore.h \
|
nscore.h \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
@ -67,6 +68,7 @@ CPP_OBJS = \
|
||||||
.\$(OBJDIR)\nsCOMPtr.obj \
|
.\$(OBJDIR)\nsCOMPtr.obj \
|
||||||
.\$(OBJDIR)\nsID.obj \
|
.\$(OBJDIR)\nsID.obj \
|
||||||
.\$(OBJDIR)\nsTraceRefcnt.obj \
|
.\$(OBJDIR)\nsTraceRefcnt.obj \
|
||||||
|
.\$(OBJDIR)\nsWeakReference.obj \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
include <$(DEPTH)\config\rules.mak>
|
include <$(DEPTH)\config\rules.mak>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче