turning on nsIFile for windows. 13320

This commit is contained in:
dougt%netscape.com 1999-12-08 05:14:54 +00:00
parent 70e183d895
commit ac4e013485

View File

@ -56,6 +56,8 @@ XPIDLSRCS = \
.\nsIBufferOutputStream.idl \
.\nsIScriptableInputStream.idl \
.\nsIStorageStream.idl \
.\nsIFile.idl \
.\nsILocalFile.idl \
$(NULL)
################################################################################
@ -74,6 +76,7 @@ LINCS = $(LINCS) -I$(PUBLIC)\raptor # until we sort out the filespec/widgets
LCFLAGS = -D_IMPL_NS_COM -D_IMPL_NS_BASE -DWIN32_LEAN_AND_MEAN
CPP_OBJS = \
.\$(OBJDIR)\nsLocalFileWin.obj \
.\$(OBJDIR)\nsBinaryStream.obj \
.\$(OBJDIR)\nsEscape.obj \
.\$(OBJDIR)\nsLinebreakConverter.obj \