gecko-dev/xpcom/components/makefile.win

84 строки
2.3 KiB
Plaintext
Исходник Обычный вид История

1999-05-18 13:11:01 +04: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 13:11:01 +04: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 13:11:01 +04:00
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
1999-05-18 13:11:01 +04:00
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
1999-05-18 13:11:01 +04:00
1999-05-18 13:11:01 +04:00
DEPTH=..\..
MODULE = xpcom_components
1999-05-18 13:11:01 +04:00
################################################################################
## exports
EXPORTS = \
1999-09-05 12:07:31 +04:00
nsComponentManagerUtils.h \
1999-05-18 13:11:01 +04:00
nsIGenericFactory.h \
nsIRegistryUtils.h \
1999-05-18 13:11:01 +04:00
nsIServiceManager.h \
nsRepository.h \
nsXPComFactory.h \
nsNativeComponentLoader.h \
xcDll.h \
1999-05-18 13:11:01 +04:00
$(NULL)
XPIDLSRCS = \
.\nsICategoryHandler.idl \
.\nsICategoryManager.idl \
.\nsIComponentLoader.idl \
1999-09-05 11:18:18 +04:00
.\nsIComponentManager.idl \
1999-09-01 02:25:59 +04:00
.\nsIFactory.idl \
1999-08-09 02:16:53 +04:00
.\nsIModule.idl \
.\nsIRegistry.idl \
1999-05-18 13:11:01 +04:00
$(NULL)
################################################################################
## library
LIBRARY_NAME=xpcomcomp_s
LINCS = \
-I$(PUBLIC)\xpcom \
-I$(PUBLIC)\libreg \
-I..\base \
-I..\threads \
2000-01-25 00:28:28 +03:00
-I..\io \
1999-05-18 13:11:01 +04:00
$(NULL)
LCFLAGS = -DUSE_NSREG -D_IMPL_NS_COM -D_IMPL_NS_BASE -DWIN32_LEAN_AND_MEAN
CPP_OBJS = \
.\$(OBJDIR)\nsComponentManager.obj \
.\$(OBJDIR)\nsGenericFactory.obj \
.\$(OBJDIR)\nsNativeComponentLoader.obj \
1999-05-18 13:11:01 +04:00
.\$(OBJDIR)\nsRegistry.obj \
.\$(OBJDIR)\nsRepository.obj \
.\$(OBJDIR)\nsServiceManager.obj \
.\$(OBJDIR)\nsCategoryManager.obj \
1999-05-18 13:11:01 +04:00
.\$(OBJDIR)\xcDll.obj \
$(NULL)
include <$(DEPTH)\config\rules.mak>
1999-11-28 06:05:01 +03:00
install:: $(LIBRARY)
1999-05-18 13:11:01 +04:00
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
clobber::
$(RM) $(DIST)\lib\$(LIBRARY_NAME).lib