Add EditorShell and its factory to build, and add idl dir to makefiles.

This commit is contained in:
sfraser%netscape.com 1999-06-11 19:00:22 +00:00
Родитель 22cf6fcb28
Коммит 7764fdb3ad
5 изменённых файлов: 9 добавлений и 5 удалений

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

@ -22,7 +22,7 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public
DIRS = public idl
ifdef MOZ_EDITOR
DIRS += base guimgr ui

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

@ -63,6 +63,8 @@ CPPSRCS = \
TransactionFactory.cpp \
nsInternetCiter.cpp \
nsAOLCiter.cpp \
nsEditorShell.cpp \
nsEditorShellFactory.cpp \
$(NULL)
MODULE = editor

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

@ -96,8 +96,10 @@ CPP_OBJS = \
.\$(OBJDIR)\DeleteTableColumnTxn.obj \
.\$(OBJDIR)\DeleteTableRowTxn.obj \
.\$(OBJDIR)\JoinTableCellsTxn.obj \
.\$(OBJDIR)\nsInternetCiter.obj \
.\$(OBJDIR)\nsAOLCiter.obj \
.\$(OBJDIR)\nsInternetCiter.obj \
.\$(OBJDIR)\nsAOLCiter.obj \
.\$(OBJDIR)\nsEditorShell.cpp \
.\$(OBJDIR)\nsEditorShellFactory.cpp \
$(NULL)
MODULE=editor

Двоичные данные
editor/macbuild/editor.mcp

Двоичный файл не отображается.

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

@ -19,9 +19,9 @@ DEPTH=..
IGNORE_MANIFEST=1
!if defined(DISABLE_EDITOR)
DIRS= public
DIRS= public idl
!else
DIRS= public base guimgr txmgr ui txtsvc
DIRS= public idl base guimgr txmgr ui txtsvc
!endif
include <$(DEPTH)\config\rules.mak>