mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 10:54:33 +00:00
now pulls modules/oji.
This commit is contained in:
parent
be4cd9ab8e
commit
6af23adff3
@ -86,6 +86,7 @@ DIST_DIRS = \
|
||||
modules\libpref \
|
||||
modules\libimg \
|
||||
modules\plugin \
|
||||
modules\oji \
|
||||
base \
|
||||
lib\xp \
|
||||
lib\libpwcac \
|
||||
@ -164,6 +165,7 @@ pull_lizard:
|
||||
$(CVSCO_LIZARD) $(MOZ_TOP)/modules/security/freenav
|
||||
$(CVSCO_LIBPREF) $(MOZ_TOP)/modules/libpref
|
||||
$(CVSCO_PLUGIN) $(MOZ_TOP)/modules/plugin
|
||||
$(CVSCO_LIZARD) $(MOZ_TOP)/modules/oji
|
||||
!if defined(NGPREFS)
|
||||
$(CVSCO_LIZARD) $(MOZ_TOP)/cmd/wincom
|
||||
$(CVSCO_LIZARD) $(MOZ_TOP)/cmd/winfe/defaults.h
|
||||
|
@ -55,6 +55,7 @@ DIRS = \
|
||||
modules/libpref \
|
||||
modules/libimg \
|
||||
modules/plugin \
|
||||
modules/oji \
|
||||
base \
|
||||
lib/xp \
|
||||
lib/libpwcac \
|
||||
@ -120,6 +121,7 @@ pull_imglib:
|
||||
pull_plugin:
|
||||
cd $(MOZ_SRC)/.; \
|
||||
$(CVSCO_PLUGIN) mozilla/modules/plugin
|
||||
$(CVSCO_LIZARD) mozilla/modules/oji
|
||||
|
||||
pull_netlib:
|
||||
cd $(MOZ_SRC)/.; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user