This commit is contained in:
sfraser%netscape.com 1999-06-11 19:57:05 +00:00
Родитель 0fbfd9b305
Коммит aa1c0c0d3c
1 изменённых файлов: 9 добавлений и 4 удалений

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

@ -15,13 +15,18 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
IGNORE_MANIFEST=1
DEPTH=..\..
MODULE=editor
XPIDLSRCS = nsIEditorShell.idl \
nsISpellCheck.idl \
EXPORTS=\
$(NULL)
MODULE=editor
XPIDL_MODULE=editor
XPIDLSRCS = .\nsIEditorShell.idl \
.\nsISpellCheck.idl \
$(NULL)
include <$(DEPTH)\config\config.mak>
include <$(DEPTH)\config\rules.mak>