Added nsAutoLock.h to the exports.

This commit is contained in:
waterson%netscape.com 1999-02-03 22:44:30 +00:00
Родитель e232c67d81
Коммит 0ea4c4ce61
3 изменённых файлов: 10 добавлений и 7 удалений

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

@ -2,6 +2,7 @@
# This is a list of local files which get copied to the mozilla:dist:base directory
#
nsAutoLock.h
nsISizeOfHandler.h
nsFileStream.h
nsFileSpec.h

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

@ -25,6 +25,7 @@ include $(DEPTH)/config/autoconf.mk
DEFINES += -D_IMPL_NS_BASE
EXPORTS = \
nsAutoLock.h \
nsIProperties.h \
nsISizeOfHandler.h \
nsEscape.h \

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

@ -20,13 +20,14 @@ IGNORE_MANIFEST=1
DEFINES = -D_IMPL_NS_BASE
EXPORTS = \
nsIProperties.h \
nsISizeOfHandler.h \
nsEscape.h \
nsFileSpec.h \
nsFileStream.h \
$(NULL)
EXPORTS = \
nsAutoLock.h \
nsIProperties.h \
nsISizeOfHandler.h \
nsEscape.h \
nsFileSpec.h \
nsFileStream.h \
$(NULL)
MODULE = raptor