This commit is contained in:
mscott%netscape.com 1999-06-07 21:04:04 +00:00
Родитель c952601231
Коммит f8396a3a2b
10 изменённых файлов: 12 добавлений и 34 удалений

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

@ -16,9 +16,7 @@
# Reserved.
DEPTH=..\..\..\..\..
IGNORE_MANIFEST=1
DEFINES=-DWIN32_LEAN_AND_MEAN
MODULE=mailnews
include <$(DEPTH)\config\rules.mak>

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

@ -16,10 +16,8 @@
# Reserved.
DEPTH=..\..\..\..
IGNORE_MANIFEST=1
DEFINES=-DWIN32_LEAN_AND_MEAN
MODULE=mailnews
MODULE=addrbook
include <$(DEPTH)\config\rules.mak>

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

@ -16,10 +16,7 @@
# Reserved.
DEPTH=..\..\..\..
IGNORE_MANIFEST=1
DEFINES=-DWIN32_LEAN_AND_MEAN
MODULE=mailnews
MODULE=addrbook
include <$(DEPTH)\config\rules.mak>

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

@ -16,10 +16,8 @@
# Reserved.
DEPTH=..\..\..\..\..
IGNORE_MANIFEST=1
DEFINES=-DWIN32_LEAN_AND_MEAN
MODULE=mailnews
MODULE=msgbase
include <$(DEPTH)\config\rules.mak>

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

@ -16,10 +16,8 @@
# Reserved.
DEPTH=..\..\..\..\..
IGNORE_MANIFEST=1
DEFINES=-DWIN32_LEAN_AND_MEAN
MODULE=mailnews
MODULE=msgbase
include <$(DEPTH)\config\rules.mak>

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

@ -16,10 +16,8 @@
# Reserved.
DEPTH=..\..\..\..
IGNORE_MANIFEST=1
DEFINES=-DWIN32_LEAN_AND_MEAN
MODULE=mailnews
MODULE=msgbase
include <$(DEPTH)\config\rules.mak>

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

@ -16,10 +16,8 @@
# Reserved.
DEPTH=..\..\..\..
IGNORE_MANIFEST=1
DEFINES=-DWIN32_LEAN_AND_MEAN
MODULE=mailnews
MODULE=msgbase
include <$(DEPTH)\config\rules.mak>

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

@ -16,18 +16,17 @@
# Reserved.
DEPTH=..\..\..\..\..
IGNORE_MANIFEST=1
DEFINES=-DWIN32_LEAN_AND_MEAN
MODULE=mailnews
MODULE=msgbase
include <$(DEPTH)\config\rules.mak>
install::
$(MAKE_INSTALL) SearchDialog.xul $(DIST)\bin\chrome\messenger\content\default
$(MAKE_INSTALL) SearchDialog.xul $(DIST)\bin\chrome\messenger\content\default
$(MAKE_INSTALL) FilterListDialog.xul $(DIST)\bin\chrome\messenger\content\default
$(MAKE_INSTALL) FilterEditor.xul $(DIST)\bin\chrome\messenger\content\default
$(MAKE_INSTALL) FilterEditor.js $(DIST)\bin\chrome\messenger\content\default
$(MAKE_INSTALL) FilterEditor.xul $(DIST)\bin\chrome\messenger\content\default
$(MAKE_INSTALL) FilterEditor.js $(DIST)\bin\chrome\messenger\content\default
clobber::
rm -f $(DIST)\chrome\messenger\content\default\SearchDialog.xul

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

@ -13,8 +13,6 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
IGNORE_MANIFEST = 1
#//------------------------------------------------------------------------
#//
# New build system where zip dll is build indepenant of java stubs.

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

@ -15,14 +15,9 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
IGNORE_MANIFEST=1
DEPTH=..\..\..
MODULE= msgbaseutil
LIBNAME = .\$(OBJDIR)\msgbaseutil
DLL = $(LIBNAME).dll
include <$(DEPTH)\config\config.mak>
################################################################################
@ -47,7 +42,8 @@ EXPORTS= \
################################################################################
## library
LIBRARY_NAME=msgbase_s
LIBNAME = .\$(OBJDIR)\msgbaseutil
DLL = $(LIBNAME).dll
DEFINES=-D_IMPL_NS_MSG_BASE