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

44 lines
1.3 KiB
Plaintext
Raw Normal View History

#!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/
#
# 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.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
DEPTH=..\..\..
MODULE=msgnews
1999-05-28 19:43:14 +00:00
XPIDLSRCS= \
1999-07-23 08:33:10 +00:00
.\nsIMsgOfflineNewsState.idl \
.\nsINNTPArticleList.idl \
.\nsINNTPCategory.idl \
1999-07-23 08:33:10 +00:00
.\nsINNTPCategoryContainer.idl \
.\nsINNTPHost.idl \
.\nsINNTPNewsgroup.idl \
.\nsINNTPNewsgroupList.idl \
1999-07-23 08:33:10 +00:00
.\nsINNTPNewsgroupPost.idl \
2000-04-04 02:02:40 +00:00
.\nsINNTPProtocol.idl \
.\nsINntpIncomingServer.idl \
.\nsINntpService.idl \
1999-07-23 08:33:10 +00:00
.\nsINntpUrl.idl \
.\nsIMsgNewsFolder.idl \
.\nsINewsDownloadDialogArgs.idl \
$(NULL)
1999-06-02 03:47:39 +00:00
include <$(DEPTH)\config\rules.mak>
include <$(DEPTH)\config\config.mak>