removed nsURL.cpp from the build...

This commit is contained in:
rpotts 1998-05-01 04:55:01 +00:00
parent aea366fb04
commit 1eebfa43c5
2 changed files with 5 additions and 8 deletions

View File

@ -33,7 +33,6 @@ CPPSRCS = \
nsString.cpp \ nsString.cpp \
nsUnicharBuffer.cpp \ nsUnicharBuffer.cpp \
nsUnicharInputStream.cpp \ nsUnicharInputStream.cpp \
nsURL.cpp \
nsVoidArray.cpp \ nsVoidArray.cpp \
$(NULL) $(NULL)
@ -50,7 +49,6 @@ EXPORTS = \
nsITimerCallback.h \ nsITimerCallback.h \
nsIUnicharBuffer.h \ nsIUnicharBuffer.h \
nsIUnicharInputStream.h \ nsIUnicharInputStream.h \
nsIURL.h \
nsRBTree.h \ nsRBTree.h \
nsString.h \ nsString.h \
nsVoidArray.h \ nsVoidArray.h \

View File

@ -25,7 +25,7 @@ LIBRARY_NAME=raptorbase
CPPSRCS=nsArena.cpp nsAtomTable.cpp nsBTree.cpp nsByteBuffer.cpp nsCRT.cpp \ CPPSRCS=nsArena.cpp nsAtomTable.cpp nsBTree.cpp nsByteBuffer.cpp nsCRT.cpp \
nsDeque.cpp nsInputStream.cpp nsRBTree.cpp nsString.cpp nsUnicharBuffer.cpp \ nsDeque.cpp nsInputStream.cpp nsRBTree.cpp nsString.cpp nsUnicharBuffer.cpp \
nsUnicharInputStream.cpp nsURL.cpp nsVoidArray.cpp nsUnicharInputStream.cpp nsVoidArray.cpp
CPP_OBJS=.\$(OBJDIR)\nsArena.obj .\$(OBJDIR)\nsAtomTable.obj \ CPP_OBJS=.\$(OBJDIR)\nsArena.obj .\$(OBJDIR)\nsAtomTable.obj \
.\$(OBJDIR)\nsBTree.obj .\$(OBJDIR)\nsByteBuffer.obj \ .\$(OBJDIR)\nsBTree.obj .\$(OBJDIR)\nsByteBuffer.obj \
@ -33,20 +33,20 @@ CPP_OBJS=.\$(OBJDIR)\nsArena.obj .\$(OBJDIR)\nsAtomTable.obj \
.\$(OBJDIR)\nsInputStream.obj .\$(OBJDIR)\nsRBTree.obj \ .\$(OBJDIR)\nsInputStream.obj .\$(OBJDIR)\nsRBTree.obj \
.\$(OBJDIR)\nsString.obj \ .\$(OBJDIR)\nsString.obj \
.\$(OBJDIR)\nsUnicharBuffer.obj .\$(OBJDIR)\nsUnicharInputStream.obj \ .\$(OBJDIR)\nsUnicharBuffer.obj .\$(OBJDIR)\nsUnicharInputStream.obj \
.\$(OBJDIR)\nsURL.obj .\$(OBJDIR)\nsVoidArray.obj .\$(OBJDIR)\nsVoidArray.obj
EXPORTS=nscore.h nsIArena.h nsIAtom.h nsIByteBuffer.h \ EXPORTS=nscore.h nsIArena.h nsIAtom.h nsIByteBuffer.h \
nsBTree.h nsCRT.h nsDeque.h nsIInputStream.h nsITimer.h \ nsBTree.h nsCRT.h nsDeque.h nsIInputStream.h nsITimer.h \
nsITimerCallback.h nsIUnicharBuffer.h nsRBTree.h \ nsITimerCallback.h nsIUnicharBuffer.h nsRBTree.h \
nsIUnicharInputStream.h nsIURL.h nsString.h nsVoidArray.h \ nsIUnicharInputStream.h nsString.h nsVoidArray.h \
nsUnitConversion.h nsUnitConversion.h
MODULE=raptor MODULE=raptor
REQUIRES=xpcom netlib raptor REQUIRES=xpcom netlib raptor
LINCS=-I$(XPDIST)\public\xpcom -I$(XPDIST)\public\netlib \ LINCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\netlib \
-I$(XPDIST)\public\raptor -I$(PUBLIC)\raptor
MAKE_OBJ_TYPE = DLL MAKE_OBJ_TYPE = DLL
DLLNAME = raptorbase DLLNAME = raptorbase
@ -63,7 +63,6 @@ LCFLAGS = \
LLIBS= \ LLIBS= \
$(DIST)\lib\xpcom32.lib \ $(DIST)\lib\xpcom32.lib \
$(DIST)\lib\libplc21.lib \ $(DIST)\lib\libplc21.lib \
$(DIST)\lib\netlib.lib \
$(LIBNSPR) $(LIBNSPR)
include <$(DEPTH)\config\rules.mak> include <$(DEPTH)\config\rules.mak>