Renamed transactionManager.{cpp,h} to nsTransactionManager.{cpp,h}.

This commit is contained in:
kin%netscape.com 1998-11-19 21:51:57 +00:00
parent cd3599254d
commit 6a9df623cb
3 changed files with 10 additions and 19 deletions

View File

@ -21,7 +21,7 @@ DEPTH=../../..
LIBRARY_NAME = txmgr
CPPSRCS = \
transactionManager.cpp \
nsTransactionManager.cpp \
$(NULL)
MODULE = txmgr

View File

@ -26,7 +26,7 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = txmgr
CPPSRCS = \
transactionManager.cpp \
nsTransactionManager.cpp \
$(NULL)
MODULE = txmgr

View File

@ -21,27 +21,21 @@ IGNORE_MANIFEST=1
LIBRARY_NAME=ender
CPPSRCS = \
editor.cpp \
editorInterfaces.cpp \
nsTransactionManager.cpp \
$(NULL)
CPP_OBJS = \
.\$(OBJDIR)\editor.obj \
.\$(OBJDIR)\editorInterfaces.obj \
.\$(OBJDIR)\nsTransactionManager.obj \
$(NULL)
MODULE=editor
MODULE=txmgr
REQUIRES=xpcom raptor dom base
REQUIRES=xpcom
LINCS=-I$(PUBLIC)\editor \
-I$(PUBLIC)\xpcom \
-I$(PUBLIC)\raptor \
-I$(PUBLIC)\js \
-I$(PUBLIC)\dom
LINCS=-I$(PUBLIC)\xpcom
MAKE_OBJ_TYPE = DLL
DLLNAME = ender
DLLNAME = txmgr
DLL=.\$(OBJDIR)\$(DLLNAME).dll
LCFLAGS = \
@ -52,11 +46,8 @@ LCFLAGS = \
DEFINES = $(DEFINES) -DNOT_PRODUCTION_CODE -DUSE_EXPERIMENTAL_SMART_POINTERS
# These are the libraries we need to link with to create the dll
LLIBS= \
$(DIST)\lib\xpcom32.lib \
$(DIST)\lib\libplc21.lib \
$(DIST)\lib\raptorbase.lib \
$(LIBNSPR)
LLIBS=$(DIST)\lib\xpcom32.lib
!if "$(MOZ_BITS)"=="32" && defined(MOZ_DEBUG) && defined(GLOWCODE)
LLIBS=$(LLIBS) $(GLOWDIR)\glowcode.lib
!endif