adding new files to the build to provide |ToNewCString|, |ToNewUnicode|, and |IsASCII| that work on |nsAReadable[C]String|s, as per Vidur's needs in converting the DOM.

This commit is contained in:
scc%mozilla.org 2000-08-05 07:50:28 +00:00
Родитель 6a4f710e7d
Коммит e94ee44bff
4 изменённых файлов: 5 добавлений и 0 удалений

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

@ -19,6 +19,7 @@ nsQuickSort.h
nsCharTraits.h
nsAReadableString.h
nsAWritableString.h
nsReadableUtils.h
nsSharedString.h
nsStatistics.h
nsStr.h

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

@ -55,6 +55,7 @@ CPPSRCS = \
nsProperties.cpp \
nsPersistentProperties.cpp \
nsQuickSort.cpp \
nsReadableUtils.cpp \
nsSizeOfHandler.cpp \
nsStatistics.cpp \
nsStr.cpp \
@ -92,6 +93,7 @@ EXPORTS = \
nsCharTraits.h \
nsAReadableString.h \
nsAWritableString.h \
nsReadableUtils.h \
nsSharedString.h \
nsStatistics.h \
nsStr.h \

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

@ -49,6 +49,7 @@ EXPORTS = \
nsCharTraits.h \
nsAReadableString.h \
nsAWritableString.h \
nsReadableUtils.h \
nsSharedString.h \
nsStatistics.h \
nsStr.h \
@ -114,6 +115,7 @@ CPP_OBJS = \
.\$(OBJDIR)\nsProperties.obj \
.\$(OBJDIR)\nsPersistentProperties.obj \
.\$(OBJDIR)\nsQuickSort.obj \
.\$(OBJDIR)\nsReadableUtils.obj \
.\$(OBJDIR)\nsSizeOfHandler.obj \
.\$(OBJDIR)\nsStatistics.obj \
.\$(OBJDIR)\nsStr.obj \

Двоичные данные
xpcom/macbuild/xpcomPPC.mcp

Двоичный файл не отображается.