Removed guimanager from makefiles

This commit is contained in:
cmanske%netscape.com 1999-06-30 20:53:48 +00:00
Родитель e8040da64d
Коммит a1573c248a
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -25,7 +25,7 @@ include $(DEPTH)/config/autoconf.mk
DIRS = public idl
ifdef MOZ_EDITOR
DIRS += base guimgr ui
DIRS += base ui
endif
DIRS += txmgr txtsvc

Просмотреть файл

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