No longer export nsSelection, nsSelectionRange, nsSelectionPoint

This commit is contained in:
sfraser%netscape.com 1999-04-13 01:17:49 +00:00
Родитель e4b0d79daa
Коммит 3e6d735bba
3 изменённых файлов: 1 добавлений и 6 удалений

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

@ -2,6 +2,3 @@
# This is a list of local files which get copied to the mozilla:dist:layout directory # This is a list of local files which get copied to the mozilla:dist:layout directory
# #
nsContentList.h nsContentList.h
nsSelection.h
nsSelectionPoint.h
nsSelectionRange.h

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

@ -62,8 +62,6 @@ CPPSRCS = \
EXPORTS = \ EXPORTS = \
nsDocument.h \ nsDocument.h \
nsSelectionRange.h \
nsSelectionPoint.h \
nsXIFConverter.h \ nsXIFConverter.h \
$(NULL) $(NULL)

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

@ -59,7 +59,7 @@ CPPSRCS = \
MODULE=raptor MODULE=raptor
REQUIRES=xpcom raptor dom REQUIRES=xpcom raptor dom
EXPORTS=nsSelectionRange.h nsSelectionPoint.h # EXPORTS=
CPP_OBJS= \ CPP_OBJS= \
.\$(OBJDIR)\nsCommentNode.obj \ .\$(OBJDIR)\nsCommentNode.obj \