gecko-dev/xpcom/io/makefile.win

105 lines
3.4 KiB
Plaintext
Raw Normal View History

1999-05-18 09:11:01 +00:00
#!nmake
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
1999-05-18 09:11:01 +00:00
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
1999-05-18 09:11:01 +00:00
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
1999-05-18 09:11:01 +00:00
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
1999-05-18 09:11:01 +00:00
1999-05-18 09:11:01 +00:00
DEPTH=..\..
MODULE = xpcom
################################################################################
## exports
EXPORTS = \
nsEscape.h \
nsLinebreakConverter.h \
1999-05-18 09:11:01 +00:00
nsFileSpec.h \
nsFileSpecStreaming.h \
nsFileStream.h \
2000-01-24 21:28:28 +00:00
nsSpecialSystemDirectory.h \
1999-05-18 09:11:01 +00:00
nsIFileStream.h \
nsIStringStream.h \
nsIUnicharInputStream.h \
nsStorageStream.h \
nsScriptableInputStream.h \
2000-01-24 21:28:28 +00:00
nsDirectoryService.h \
$(NULL)
1999-05-18 09:11:01 +00:00
1999-05-26 01:38:36 +00:00
NO_XPT_GEN=1
1999-06-03 20:06:49 +00:00
XPIDL_MODULE = xpcom_io
1999-05-26 01:38:36 +00:00
XPIDLSRCS = \
.\nsIPipe.idl \
.\nsIBaseStream.idl \
.\nsIBinaryInputStream.idl \
.\nsIBinaryOutputStream.idl \
.\nsIInputStream.idl \
.\nsIOutputStream.idl \
.\nsIBufferInputStream.idl \
.\nsIBufferOutputStream.idl \
.\nsIScriptableInputStream.idl \
.\nsIStorageStream.idl \
2000-01-24 21:28:28 +00:00
.\nsIFileSpec.idl \
.\nsIFile.idl \
.\nsILocalFile.idl \
1999-05-18 09:11:01 +00:00
$(NULL)
################################################################################
## library
LIBRARY_NAME=xpcomio_s
LINCS = \
-I$(PUBLIC)\xpcom \
1999-05-18 09:11:01 +00:00
-I$(PUBLIC)\uconv \
-I$(PUBLIC)\unicharutil \
$(NULL)
1999-05-18 09:11:01 +00:00
1999-05-26 01:38:36 +00:00
LINCS = $(LINCS) -I$(PUBLIC)\raptor # until we sort out the filespec/widgets dependency
1999-05-18 09:11:01 +00:00
LCFLAGS = -D_IMPL_NS_COM -D_IMPL_NS_BASE -DWIN32_LEAN_AND_MEAN
CPP_OBJS = \
2000-01-24 21:28:28 +00:00
.\$(OBJDIR)\nsDirectoryService.obj \
.\$(OBJDIR)\nsLocalFileWin.obj \
.\$(OBJDIR)\nsBinaryStream.obj \
1999-05-18 09:11:01 +00:00
.\$(OBJDIR)\nsEscape.obj \
.\$(OBJDIR)\nsLinebreakConverter.obj \
1999-05-18 09:11:01 +00:00
.\$(OBJDIR)\nsFileStream.obj \
.\$(OBJDIR)\nsIFileStream.obj \
.\$(OBJDIR)\nsIStringStream.obj \
.\$(OBJDIR)\nsSegmentedBuffer.obj \
.\$(OBJDIR)\nsPipe2.obj \
.\$(OBJDIR)\nsStorageStream.obj \
1999-05-18 09:11:01 +00:00
.\$(OBJDIR)\nsUnicharInputStream.obj \
.\$(OBJDIR)\nsScriptableInputStream.obj \
2000-01-24 21:28:28 +00:00
.\$(OBJDIR)\nsFileSpec.obj \
.\$(OBJDIR)\nsFileSpecImpl.obj \
.\$(OBJDIR)\nsFileSpecStreaming.obj \
.\$(OBJDIR)\nsSpecialSystemDirectory.obj \
1999-05-18 09:11:01 +00:00
$(NULL)
include <$(DEPTH)\config\rules.mak>
1999-11-28 03:05:01 +00:00
install:: $(LIBRARY)
1999-05-18 09:11:01 +00:00
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
clobber::
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib