nsSelectionRange.h is required by nsISelection.h

git-svn-id: svn://10.0.0.236/trunk@993 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts 1998-05-01 05:56:08 +00:00
parent 82e75d2589
commit 6bf27be3b9
2 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,7 @@ CPPSRCS = \
nsStyleSet.cpp \
$(NULL)
EXPORTS = \
EXPORTS = nsSelectionRange.h \
$(NULL)
MODULE = raptor

View File

@ -29,6 +29,7 @@ CPPSRCS=nsContainerFrame.cpp nsDocument.cpp nsFrame.cpp \
nsStyleSet.cpp
MODULE=raptor
REQUIRES=xpcom raptor dom
EXPORTS=nsSelectionRange.h
CPP_OBJS=.\$(OBJDIR)\nsContainerFrame.obj .\$(OBJDIR)\nsDocument.obj \
.\$(OBJDIR)\nsFrame.obj .\$(OBJDIR)\nsGalleyContext.obj \
.\$(OBJDIR)\nsPresContext.obj .\$(OBJDIR)\nsPresShell.obj \