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