This commit is contained in:
akkana%netscape.com 1998-12-09 23:24:42 +00:00
Родитель 519de93eaa
Коммит 0c3cc802d8
3 изменённых файлов: 4 добавлений и 4 удалений

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

@ -25,8 +25,8 @@ include $(DEPTH)/config/autoconf.mk
DIRS = public
ifdef MOZ_EDITOR
DIRS += core
# Add "DIRS += guimgr" after building on all platforms
DIRS += core guimgr
ifdef ENABLE_TESTS
DIRS += tests
endif

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

@ -26,7 +26,7 @@ DEFINES =
EXPORTS = \
nsIEditGuiManager.h \
nsIGuiMgrFactory.h \
nsIGuiManagerFactory.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))

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

@ -27,7 +27,7 @@ LIBRARY_NAME = editguimgr
CPPSRCS = \
nsEditGuiManager.cpp \
nsEditGuiManagerFactory.cpp \
nsGuiManagerFactory.cpp \
$(NULL)
MODULE = editguimgr