зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
6f1a265019
Коммит
d03bc12900
|
@ -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)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче