updating to add editor as a directory
git-svn-id: svn://10.0.0.236/trunk@15423 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -116,9 +116,7 @@ DIST_DIRS = \
|
||||
# related libraries.
|
||||
|
||||
RAPTOR_DIRS = \
|
||||
!if defined(NGEDITOR)
|
||||
editor \
|
||||
!endif
|
||||
htmlparser \
|
||||
gfx \
|
||||
dom \
|
||||
@@ -167,9 +165,7 @@ $(DIST_DIRS) $(RAPTOR_DIRS)::
|
||||
# Rules for pulling the source from the cvs repository
|
||||
|
||||
pull_all: pull_lizard pull_xpcom pull_imglib pull_netlib pull_nglayout \
|
||||
!if defined(NGEDITOR)
|
||||
pull_editor
|
||||
!endif
|
||||
|
||||
pull_lizard:
|
||||
cd $(MOZ_SRC)\.
|
||||
@@ -226,11 +222,9 @@ pull_nglayout:
|
||||
$(CVSCO_RAPTOR) $(MOZ_TOP)/widget
|
||||
$(CVSCO_RAPTOR) $(MOZ_TOP)/xpfe
|
||||
|
||||
!if defined(NGEDITOR)
|
||||
pull_editor:
|
||||
@cd $(MOZ_SRC)\.
|
||||
$(CVSCO_RAPTOR) $(MOZ_TOP)/editor
|
||||
!endif
|
||||
######################################################################
|
||||
|
||||
# Build rules for the "dist" portion. The "dist" contains those things
|
||||
|
||||
Reference in New Issue
Block a user