Turn off the JS logging for now.

This commit is contained in:
sfraser%netscape.com 1999-08-09 01:42:08 +00:00
parent d73dfd8ddb
commit 730dbad85a
2 changed files with 19 additions and 6 deletions

View File

@ -58,12 +58,18 @@ CPPSRCS = \
nsInterfaceState.cpp \
nsEditorShell.cpp \
nsEditorShellFactory.cpp \
nsJSEditorLog.cpp \
nsJSTxnLog.cpp \
IMETextTxn.cpp \
IMECommitTxn.cpp \
$(NULL)
ifdef ENABLE_JS_EDITOR_LOG
DEFINES += -DENABLE_JS_EDITOR_LOG
CPPSRCS += \
nsJSEditorLog.cpp \
nsJSTxnLog.cpp \
$(NULL)
endif
MODULE = editor
DEFINES += -DENABLE_JS_EDITOR_LOG

View File

@ -54,8 +54,6 @@ CPPSRCS = \
nsInterfaceState.cpp \
nsEditorShell.cpp \
nsEditorShellFactory.cpp \
nsJSEditorLog.cpp \
nsJSTxnLog.cpp \
IMETextTxn.cpp \
IMECommitTxn.cpp \
$(NULL)
@ -93,8 +91,6 @@ CPP_OBJS = \
.\$(OBJDIR)\nsInterfaceState.obj \
.\$(OBJDIR)\nsEditorShell.obj \
.\$(OBJDIR)\nsEditorShellFactory.obj \
.\$(OBJDIR)\nsJSEditorLog.obj \
.\$(OBJDIR)\nsJSTxnLog.obj \
.\$(OBJDIR)\IMETextTxn.obj \
.\$(OBJDIR)\IMECommitTxn.obj \
$(NULL)
@ -105,6 +101,17 @@ MAKE_OBJ_TYPE = DLL
DLLNAME = ender
DLL=.\$(OBJDIR)\$(DLLNAME).dll
!if defined(ENABLE_JS_EDITOR_LOG)
CPPSRCS += \
nsJSEditorLog.cpp \
nsJSTxnLog.cpp \
$(NULL)
CPP_OBJS += \
.\$(OBJDIR)\nsJSEditorLog.obj \
.\$(OBJDIR)\nsJSTxnLog.obj \
$(NULL)
DEFINES = -DENABLE_JS_EDITOR_LOG $(DEFINES)
LCFLAGS = \