Added nsWeakReference.h, .cpp in the appropriate places

This commit is contained in:
scc%netscape.com 1999-08-03 07:20:37 +00:00
Родитель f1005aa67f
Коммит 2598cda853
3 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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>