Added nsInterfaceState for UI state maintenance

This commit is contained in:
sfraser%netscape.com 1999-07-28 02:53:09 +00:00
parent 2281da4657
commit a5210f6af5
3 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,7 @@ CPPSRCS = \
TransactionFactory.cpp \
nsInternetCiter.cpp \
nsAOLCiter.cpp \
nsInterfaceState.cpp \
nsEditorShell.cpp \
nsEditorShellFactory.cpp \
nsJSEditorLog.cpp \

View File

@ -50,6 +50,7 @@ CPPSRCS = \
EditTable.cpp \
nsInternetCiter.cpp \
nsAOLCiter.cpp \
nsInterfaceState.cpp \
nsEditorShell.cpp \
nsEditorShellFactory.cpp \
nsJSEditorLog.cpp \
@ -88,6 +89,7 @@ CPP_OBJS = \
.\$(OBJDIR)\EditTable.obj \
.\$(OBJDIR)\nsInternetCiter.obj \
.\$(OBJDIR)\nsAOLCiter.obj \
.\$(OBJDIR)\nsInterfaceState.obj \
.\$(OBJDIR)\nsEditorShell.obj \
.\$(OBJDIR)\nsEditorShellFactory.obj \
.\$(OBJDIR)\nsJSEditorLog.obj \

Binary file not shown.