changing auto ptr to use the new header

This commit is contained in:
mjudge%netscape.com 1998-12-17 19:25:32 +00:00
Родитель 06662f7791
Коммит 5528d1f34f
4 изменённых файлов: 5 добавлений и 5 удалений

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

@ -2,7 +2,7 @@
# This is a list of local files which get copied to the mozilla:dist directory
#
COM_auto_ptr.h
nsCOMPtr.h
nsCom.h
nsAgg.h
nsDebug.h

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

@ -24,7 +24,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xpcom
EXPORTS = \
COM_auto_ptr.h \
nsCOMPtr.h \
nsCom.h \
nsAgg.h \
nsDebug.h \

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

@ -20,7 +20,7 @@ IGNORE_MANIFEST=1
DEPTH=..\..
EXPORTS = \
COM_auto_ptr.h \
nsCOMPtr.h \
nsAgg.h \
nsCom.h \
nsDebug.h \

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

@ -27,7 +27,7 @@ PROG2 = .\$(OBJDIR)\RegFactory.exe
PROG3 = .\$(OBJDIR)\TestArray.exe
PROG4 = .\$(OBJDIR)\TestID.exe
PROG5 = .\$(OBJDIR)\TestServMgr.exe
PROG6 = .\$(OBJDIR)\test_COM_auto_ptr.exe
PROG6 = .\$(OBJDIR)\TestCOMPtr.exe
PROGRAMS = $(PROG1) $(PROG2) $(PROG3) $(PROG4) $(PROG5) $(PROG6)
LCFLAGS=-DUSE_NSREG
@ -73,5 +73,5 @@ $(PROG2): $(OBJDIR) RegFactory.cpp
$(PROG3): $(OBJDIR) TestArray.cpp
$(PROG4): $(OBJDIR) TestID.cpp
$(PROG5): $(OBJDIR) TestServMgr.cpp
$(PROG6): $(OBJDIR) test_COM_auto_ptr.cpp
$(PROG6): $(OBJDIR) TestCOMPtr.cpp