gecko-dev/mailnews/news/tests/makefile.win

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

1999-01-31 10:03:13 +03:00
#!nmake
#
1998-12-22 00:13:57 +03:00
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
# http://www.mozilla.org/NPL/
#
# Software distributed under the NPL is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
# for the specific language governing rights and limitations under the
# NPL.
#
# The Initial Developer of this code under the NPL is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
1999-01-31 10:03:13 +03:00
DEPTH=..\..\..
IGNORE_MANIFEST=1
1998-12-22 00:13:57 +03:00
include <$(DEPTH)\config\config.mak>
1998-12-22 00:13:57 +03:00
LIBRARY_NAME=nntpTest
MODULE= mailnews
REQUIRES=xpcom js nspr netlib
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
CPPSRCS= \
nsNNTPCategoryContainerStub.cpp \
nsNNTPHostStub.cpp \
nsNNTPNewsgroupListStub.cpp \
nsNNTPNewsgroupStub.cpp \
$(NULL)
CPP_OBJS= .\$(OBJDIR)\nsNNTPCategoryContainerStub.obj \
.\$(OBJDIR)\nsNNTPHostStub.obj \
.\$(OBJDIR)\nsNNTPNewsgroupListStub.obj \
.\$(OBJDIR)\nsNNTPNewsgroupStub.obj \
$(NULL)
EXPORTS= \
$(NULL)
LINCS=-I$(PUBLIC)\xpcom \
-I$(PUBLIC)\mailnews \
-I$(PUBLIC)\raptor \
-I$(PUBLIC)\netlib \
-I$(PUBLIC)\security \
-I$(PUBLIC)\rdf \
$(NULL)
LCFLAGS = \
$(LCFLAGS) \
$(DEFINES) \
$(NULL)
1998-12-22 00:13:57 +03:00
1999-01-31 10:03:13 +03:00
include <$(DEPTH)\config\rules.mak>
1998-12-22 00:13:57 +03:00
libs:: $(LIBRARY)
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
1998-12-22 00:13:57 +03:00
clobber::
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib