зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
0014f10f2b
Коммит
7b3368b76f
|
@ -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
Двоичные данные
xpcom/macbuild/xpcomPPC.mcp
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче