backed out the nsJAR.cpp and nsJARFactory.cpp from CPPSRCS due to a change in XPCOM that caused it to not compile.

git-svn-id: svn://10.0.0.236/trunk@33332 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbragg%netscape.com 1999-06-01 21:22:27 +00:00
parent 79e7830db7
commit 4e8b22d8c7

View File

@ -38,8 +38,6 @@ MAPFILE=$(DLLNAME).map
EXPORTS=zipfile.h nsIJAR.h nsIZip.h nsJARIIDs.h
OBJS=.\$(OBJDIR)\nsZipArchive.obj \
.\$(OBJDIR)\nsJAR.obj \
.\$(OBJDIR)\nsJARFactory.obj
LINCS= \
-I$(XPDIST)\public\nspr \
@ -51,7 +49,7 @@ LINCS= \
$(NULL)
LLIBS= \
$(LIBNSPR) \
$(LIBNSPR) \
$(DIST)\lib\plc3.lib \
$(DIST)\lib\zlib.lib \
$(DIST)\lib\xplib.lib \