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:
parent
cbb6c5a2d1
commit
c28d2b3bb1
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user