r=darin, a=mkaply
Rename transmngr to transmgr
This commit is contained in:
mkaply%us.ibm.com 2003-11-21 22:25:22 +00:00
Родитель 10d3cd0bf2
Коммит 00501bdd57
10 изменённых файлов: 18 добавлений и 18 удалений

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

@ -130,7 +130,7 @@ components\profile.xpt
; profile sharing - optional
mozipcd.exe
ipc\modules\lockmodule.dll
ipc\modules\transmngr.dll
ipc\modules\transmgr.dll
components\ipcdc.dll
; session history

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

@ -143,7 +143,7 @@ components/mozreg.xpt
; profile sharing - optional
ipc/modules/liblockmodule.dylib
ipc/modules/libtransmngr.dylib
ipc/modules/libtransmgr.dylib
mozipcd
components/libipcdc.dylib

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

@ -133,7 +133,7 @@ components\profile.xpt
; profile sharing - optional
mozipcd.exe
ipc\modules\lockmodule.dll
ipc\modules\transmngr.dll
ipc\modules\transmgr.dll
components\ipcdc.dll
; session history

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

@ -80,8 +80,8 @@ LOCAL_INCLUDES = \
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/$(LIB_PREFIX)ipcdshared_s.$(LIB_SUFFIX) \
$(DIST)/lib/$(LIB_PREFIX)ipcdlock_s.$(LIB_SUFFIX) \
$(DIST)/lib/$(LIB_PREFIX)transmngr_s.$(LIB_SUFFIX) \
$(DIST)/lib/$(LIB_PREFIX)transmngrcom_s.$(LIB_SUFFIX) \
$(DIST)/lib/$(LIB_PREFIX)transmgr_s.$(LIB_SUFFIX) \
$(DIST)/lib/$(LIB_PREFIX)transmgrcom_s.$(LIB_SUFFIX) \
$(NULL)
EXTRA_DSO_LDOPTS = \

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

@ -1,5 +1,5 @@
Makefile
tmTransaction.obj
tmVector.obj
transmngrcom_s.pdb
transmngrcom_s.lib
transmgrcom_s.pdb
transmgrcom_s.lib

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

@ -43,7 +43,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = ipcd
LIBRARY_NAME = transmngrcom_s
LIBRARY_NAME = transmgrcom_s
FORCE_STATIC_LIB = 1
MODULE_NAME = ipcd

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

@ -4,8 +4,8 @@ module.res
tmIPCModule.obj
tmQueue.obj
tmTransactionManager.obj
transmngr.dll
transmngr.exp
transmngr.ilk
transmngr.lib
transmngr.pdb
transmgr.dll
transmgr.exp
transmgr.ilk
transmgr.lib
transmgr.pdb

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

@ -43,7 +43,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = ipcd
LIBRARY_NAME = transmngr
LIBRARY_NAME = transmgr
MODULE_NAME = ipcd
FORCE_SHARED_LIB = 1
@ -82,7 +82,7 @@ LIBS = \
EXTRA_DSO_LDOPTS = \
$(LIBS_DIR) \
$(NSPR_LIBS) \
$(DIST)/lib/$(LIB_PREFIX)transmngrcom_s.$(LIB_SUFFIX) \
$(DIST)/lib/$(LIB_PREFIX)transmgrcom_s.$(LIB_SUFFIX) \
$(EXTRA_DSO_LIBS) \
$(NULL)

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

@ -1,4 +1,4 @@
Makefile
tmTransactionService.obj
transmngr_s.lib
transmngr_s.pdb
transmgr_s.lib
transmgr_s.pdb

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

@ -43,7 +43,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = ipcd
LIBRARY_NAME = transmngr_s
LIBRARY_NAME = transmgr_s
FORCE_STATIC_LIB = 1
MODULE_NAME = ipcd