giant cleanup of Windows mail / news makefile.wins. properly use MODULE, and name things so that Windows and UNIX match. (a big checkin for UNIX proceeded this.)

This commit is contained in:
sspitzer%netscape.com 1999-06-08 02:22:10 +00:00
Родитель 6f1a265019
Коммит d03bc12900
29 изменённых файлов: 24 добавлений и 77 удалений

Просмотреть файл

@ -17,15 +17,13 @@
DEPTH=..\..\..\..
MODULE=msgdb
MODULE=msgmdb
IDLSRCS = \
XPIDLSRCS = \
$(NULL)
EXPORTS = \
mdb.h \
$(NULL)
include <$(DEPTH)\config\rules.mak>

Просмотреть файл

@ -16,7 +16,7 @@
# Reserved.
DEPTH=..\..\..
MODULE=addressbook
MODULE=addrbook
################################################################################
## exports

Просмотреть файл

@ -17,8 +17,6 @@
DEPTH=..\..\..\..\..
MODULE=mailnews
include <$(DEPTH)\config\rules.mak>
install::

Просмотреть файл

@ -16,7 +16,7 @@
# Reserved.
DEPTH=..\..\..
MODULE=addressbook
MODULE=addrbook
XPIDLSRCS = \
.\nsIAbBase.idl \

Просмотреть файл

@ -17,8 +17,6 @@
DEPTH=..\..\..\..
MODULE=addrbook
include <$(DEPTH)\config\rules.mak>
install::

Просмотреть файл

@ -16,7 +16,7 @@
# Reserved.
DEPTH=..\..\..
MODULE= addressbook
MODULE= addrbook
include <$(DEPTH)\config\config.mak>

Просмотреть файл

@ -17,8 +17,6 @@
DEPTH=..\..\..\..\..
MODULE=msgbase
include <$(DEPTH)\config\rules.mak>
install::

Просмотреть файл

@ -17,8 +17,6 @@
DEPTH=..\..\..\..\..
MODULE=msgbase
include <$(DEPTH)\config\rules.mak>
install::

Просмотреть файл

@ -17,8 +17,6 @@
DEPTH=..\..\..\..
MODULE=msgbase
include <$(DEPTH)\config\rules.mak>
install::

Просмотреть файл

@ -17,8 +17,6 @@
DEPTH=..\..\..\..
MODULE=msgbase
include <$(DEPTH)\config\rules.mak>
install::

Просмотреть файл

@ -17,7 +17,7 @@
DEPTH=..\..\..\..
IDLSRCS = \
XPIDLSRCS = \
$(NULL)
EXPORTS = \
@ -31,7 +31,7 @@ EXPORTS = \
nsMsgSearchCore.h \
$(NULL)
MODULE=mailnews
MODULE=msgsearch
include <$(DEPTH)\config\rules.mak>

Просмотреть файл

@ -17,9 +17,6 @@
DEPTH=..\..\..\..\..
DEFINES=-DWIN32_LEAN_AND_MEAN
MODULE=msgbase
include <$(DEPTH)\config\rules.mak>
install::

Просмотреть файл

@ -21,10 +21,9 @@ IGNORE_MANIFEST=1
include <$(DEPTH)\config\config.mak>
LIBRARY_NAME=msgsearch
MODULE= mailnews
MODULE=msgsearch
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
DEFINES=-D_IMPL_NS_HTML
CPPSRCS= nsMsgFilterService.cpp\
nsMsgFilterList.cpp\

Просмотреть файл

@ -18,7 +18,8 @@
# New build system where zip dll is build indepenant of java stubs.
#//
#//------------------------------------------------------------------------
MODULE =testmsgfactory
MODULE =msgbasetest
#EXPORTS = \
# $(NULL)

Просмотреть файл

@ -18,8 +18,8 @@
DEPTH=..\..\..
MODULE=msgcompose
IDLSRCS = \
nsIMsgCompose.idl \
# nsIMsgCompose.idl nsIMsgSend.idl soon
XPIDLSRCS = \
$(NULL)
################################################################################

Просмотреть файл

@ -17,8 +17,6 @@
DEPTH=..\..\..\..
MODULE=msgcompose
include <$(DEPTH)\config\rules.mak>
install::

Просмотреть файл

@ -18,7 +18,7 @@
# New build system where zip dll is build indepenant of java stubs.
#//
#//------------------------------------------------------------------------
MODULE =testmsgcompose
MODULE =msgcomposetest
#EXPORTS = \
# $(NULL)

Просмотреть файл

@ -1,31 +0,0 @@
#!nmake
#
# 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.
DEPTH=..\..\..\..
MODULE=msgdb
IDLSRCS = \
$(NULL)
EXPORTS = \
mdb.h \
$(NULL)
include <$(DEPTH)\config\rules.mak>

Просмотреть файл

@ -18,7 +18,7 @@
DEPTH=..\..\..\..
MODULE=msgdb
IDLSRCS = \
XPIDLSRCS = \
$(NULL)
################################################################################

Просмотреть файл

@ -18,7 +18,7 @@
# New build system where zip dll is build indepenant of java stubs.
#//
#//------------------------------------------------------------------------
MODULE =testimap
MODULE =msgimaptest
#EXPORTS = \
# $(NULL)

Просмотреть файл

@ -17,9 +17,6 @@
DEPTH=..\..\..\..
IGNORE_MANIFEST=1
DEFINES=-DWIN32_LEAN_AND_MEAN
MODULE=vcard
include <$(DEPTH)\config\rules.mak>
install::

Просмотреть файл

@ -22,7 +22,7 @@
#
DEPTH=..\..\..\..
MODULE=mime
MODULE=htmlemitter
################################################################################
## exports

Просмотреть файл

@ -15,7 +15,7 @@
#
DEPTH=..\..\..\..
MODULE=mime
MODULE=rawemitter
################################################################################
## exports

Просмотреть файл

@ -15,7 +15,8 @@
#
DEPTH=..\..\..\..\..
MODULE=xmlemitter
DEFINES=-DWIN32_LEAN_AND_MEAN
include <$(DEPTH)\config\rules.mak>

Просмотреть файл

@ -16,7 +16,7 @@
# Reserved.
DEPTH=..\..\..\..
MODULE=mime
MODULE=mimeemitter
include <$(DEPTH)\config\config.mak>

Просмотреть файл

@ -22,7 +22,7 @@
#
DEPTH=..\..\..\..
MODULE=mime
MODULE=xmlemitter
################################################################################
## exports

Просмотреть файл

@ -15,7 +15,6 @@
#
DEPTH=..\..\..
MODULE=mime
DIRS= skin

Просмотреть файл

@ -15,7 +15,6 @@
#
DEPTH=..\..\..\..
MODULE=mime
include <$(DEPTH)\config\rules.mak>

Просмотреть файл

@ -20,7 +20,8 @@ IGNORE_MANIFEST = 1
# New build system where zip dll is build indepenant of java stubs.
#//
#//------------------------------------------------------------------------
MODULE =testmsgfactory
MODULE = mimetest
#EXPORTS = \
# $(NULL)