66345: Flipping the switch on the editor reorg.

base will no longer be built (and will be cvs removed soon);
  libeditor and composer are now built, building separate libraries.
  Doing unix/windows now; mac will follow shortly.
  r=cmanske,jfrancis sr=sfraser,kin a=dbaron


git-svn-id: svn://10.0.0.236/trunk@104606 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com 2001-10-05 00:37:04 +00:00
parent cbb6c5a2d1
commit c28d2b3bb1
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = txmgr public idl base txtsvc
DIRS = public idl libeditor composer txmgr txtsvc
include $(topsrcdir)/config/rules.mk

View File

@ -46,7 +46,7 @@
#include "nsEditorController.h" //CID
#define DO_COMPOSER_TOO 1
#undef DO_COMPOSER_TOO // Remove these clauses when we know they're working
#ifdef DO_COMPOSER_TOO
#include "nsComposerController.h" //CID
#include "nsEditorShell.h" // for the CID

View File

@ -25,7 +25,7 @@ DEPTH=..
!if defined(DISABLE_EDITOR)
DIRS= public idl
!else
DIRS= txmgr public idl base ui txtsvc
DIRS= public idl libeditor composer txmgr ui txtsvc
!endif
include <$(DEPTH)\config\rules.mak>