bug #75220: rs=brendan, r=axel@pike.org. fixing string names. add the renamed implementations to the build.

This commit is contained in:
scc%mozilla.org 2001-05-16 12:46:47 +00:00
Родитель a894e2bef2
Коммит 2fb2d3cc2a
6 изменённых файлов: 40 добавлений и 28 удалений

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

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

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

@ -36,6 +36,9 @@ REQUIRES = xpcom
CPPSRCS = \
nsAFlatString.cpp \
nsAString.cpp \
nsDependentConcatenation.cpp \
nsDependentString.cpp \
nsDependentSubstring.cpp \
nsFragmentedString.cpp \
nsLocalString.cpp \
nsPrintfCString.cpp \

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

@ -31,6 +31,9 @@ LCFLAGS = -D_IMPL_NS_COM -D_IMPL_NS_BASE -DWIN32_LEAN_AND_MEAN
CPP_OBJS = \
.\$(OBJDIR)\nsAFlatString.obj \
.\$(OBJDIR)\nsAString.obj \
.\$(OBJDIR)\nsDependentConcatenation.obj \
.\$(OBJDIR)\nsDependentString.obj \
.\$(OBJDIR)\nsDependentSubstring.obj \
.\$(OBJDIR)\nsFragmentedString.obj \
.\$(OBJDIR)\nsLocalString.obj \
.\$(OBJDIR)\nsPrintfCString.obj \

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

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

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

@ -36,6 +36,9 @@ REQUIRES = xpcom
CPPSRCS = \
nsAFlatString.cpp \
nsAString.cpp \
nsDependentConcatenation.cpp \
nsDependentString.cpp \
nsDependentSubstring.cpp \
nsFragmentedString.cpp \
nsLocalString.cpp \
nsPrintfCString.cpp \

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

@ -31,6 +31,9 @@ LCFLAGS = -D_IMPL_NS_COM -D_IMPL_NS_BASE -DWIN32_LEAN_AND_MEAN
CPP_OBJS = \
.\$(OBJDIR)\nsAFlatString.obj \
.\$(OBJDIR)\nsAString.obj \
.\$(OBJDIR)\nsDependentConcatenation.obj \
.\$(OBJDIR)\nsDependentString.obj \
.\$(OBJDIR)\nsDependentSubstring.obj \
.\$(OBJDIR)\nsFragmentedString.obj \
.\$(OBJDIR)\nsLocalString.obj \
.\$(OBJDIR)\nsPrintfCString.obj \