зеркало из https://github.com/mozilla/pjs.git
Add EditorShell and its factory to build, and add idl dir to makefiles.
This commit is contained in:
Родитель
22cf6fcb28
Коммит
7764fdb3ad
|
@ -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
Двоичные данные
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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче