Rename libender to libeditor on Linux and Windows (r=ssu)

This commit is contained in:
akkana%netscape.com 2000-04-13 19:43:51 +00:00
parent bbe4904e39
commit 8fd574a4f9
6 changed files with 9 additions and 8 deletions

View File

@ -1,2 +1,2 @@
usr/lib/mozilla/components/libender.so
usr/lib/mozilla/components/libeditor.so
usr/lib/mozilla/chrome/editor

View File

@ -33,5 +33,6 @@ export::
chmod 755 mozilla-config
$(INSTALL) -m 755 mozilla-config $(DIST)/bin
install:: $(srcdir)/run-mozilla.sh
$(INSTALL) $< $(DIST)/bin
install:: $(srcdir)/run-mozilla.sh $(srcdir)/mozilla-readme
$(INSTALL) $(srcdir)/run-mozilla.sh $(DIST)/bin
$(INSTALL) $(srcdir)/mozilla-readme $(DIST)/bin/README

View File

@ -27,7 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = editor
LIBRARY_NAME = ender
LIBRARY_NAME = editor
IS_COMPONENT = 1
CPPSRCS = \

View File

@ -23,7 +23,7 @@ DEPTH=..\..
include <$(DEPTH)/config/config.mak>
LIBRARY_NAME=ender
LIBRARY_NAME=editor
CPPSRCS = \
nsEditor.cpp \
@ -106,7 +106,7 @@ CPP_OBJS = \
MODULE=editor
MAKE_OBJ_TYPE = DLL
DLLNAME = ender
DLLNAME = editor
DLL=.\$(OBJDIR)\$(DLLNAME).dll
# Enable Editor API Logging!

View File

@ -60,7 +60,7 @@ bin/components/libchrome.so
bin/components/libconverters.so
bin/components/libcookie.so
bin/components/libdirectory.so
bin/components/libender.so
bin/components/libeditor.so
bin/components/libgfxps.so
bin/components/libhistory.so
bin/components/libjsurl.so

View File

@ -55,7 +55,7 @@ bin\components\docshell.dll
bin\components\docshell_base.xpt
bin\components\dom.xpt
bin\components\editor.xpt
bin\components\ender.dll
bin\components\editor.dll
bin\components\evntloop.dll
bin\components\gfx.xpt
bin\components\gkhtml.dll