diff --git a/mozilla/editor/makefile.win b/mozilla/editor/makefile.win index 418b09dfa51..60eb65b5b0c 100644 --- a/mozilla/editor/makefile.win +++ b/mozilla/editor/makefile.win @@ -18,6 +18,10 @@ DEPTH=.. IGNORE_MANIFEST=1 -DIRS=public core guimgr txmgr +!if defined(MOZ_EDITOR) +DIRS= public core guimgr txmgr +!else +DIRS= public +!endif include <$(DEPTH)\config\rules.mak>