1999-05-28 19:41:31 +00:00
|
|
|
#!nmake
|
|
|
|
#
|
1999-11-06 03:43:54 +00:00
|
|
|
# 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/
|
1999-05-28 19:41:31 +00:00
|
|
|
#
|
1999-11-06 03:43:54 +00:00
|
|
|
# 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.
|
1999-05-28 19:41:31 +00:00
|
|
|
#
|
1999-11-06 03:43:54 +00:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1999-05-28 19:41:31 +00:00
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 03:43:54 +00:00
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1999-05-28 19:41:31 +00:00
|
|
|
|
|
|
|
DEPTH=..\..\..\..
|
|
|
|
|
2000-03-25 00:58:20 +00:00
|
|
|
DIRS=win
|
|
|
|
|
2000-05-13 21:29:08 +00:00
|
|
|
CHROME_DIR=packages\messenger
|
|
|
|
CHROME_CONTENT_DIR=messenger\content
|
|
|
|
CHROME_MISC_DIR=.
|
2000-05-06 01:36:10 +00:00
|
|
|
CHROME_TYPE=content
|
1999-05-28 19:41:31 +00:00
|
|
|
|
2000-05-13 21:29:08 +00:00
|
|
|
CHROME_MISC = \
|
2000-05-10 02:17:03 +00:00
|
|
|
.\manifest.rdf \
|
2000-05-13 21:29:08 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
CHROME_CONTENT = \
|
2000-05-06 01:36:10 +00:00
|
|
|
.\messenger.xul \
|
|
|
|
.\mail3PaneWindowVertLayout.xul \
|
|
|
|
.\mailWindowOverlay.xul \
|
|
|
|
.\mailWindowOverlay.js \
|
|
|
|
.\mailWindow.js \
|
|
|
|
.\messageWindow.xul \
|
|
|
|
.\messageWindow.js \
|
|
|
|
.\folderPane.xul \
|
|
|
|
.\threadPane.xul \
|
2000-06-21 06:34:59 +00:00
|
|
|
.\threadPane.js \
|
2000-05-06 01:36:10 +00:00
|
|
|
.\msgHdrViewOverlay.xul \
|
|
|
|
.\msgHdrViewOverlay.js \
|
|
|
|
.\msgHdrViewAddresses.js \
|
|
|
|
.\widgetglue.js \
|
|
|
|
.\commandglue.js \
|
|
|
|
.\mailCommands.js \
|
|
|
|
.\shareglue.js \
|
|
|
|
.\subscribe.xul \
|
|
|
|
.\subscribe.js \
|
|
|
|
.\sidebar-messenger.rdf \
|
|
|
|
.\msgViewNavigation.js \
|
|
|
|
.\msgMail3PaneWindow.js \
|
|
|
|
.\mail3PaneWindowCommands.js \
|
|
|
|
.\msgFolderPickerOverlay.js \
|
|
|
|
.\msgFolderPickerOverlay.xul \
|
|
|
|
.\renameFolderNameDialog.xul \
|
|
|
|
.\messengerdnd.js \
|
|
|
|
.\mailContextMenus.js \
|
|
|
|
.\msgPrintEngine.js \
|
|
|
|
.\msgPrintEngine.xul \
|
|
|
|
.\openSaveAttachment.xul \
|
|
|
|
.\openSaveAttachment.js \
|
2000-06-17 03:26:47 +00:00
|
|
|
.\mailTasksOverlay.xul \
|
|
|
|
.\mailNavigatorOverlay.xul \
|
|
|
|
.\mailEditorOverlay.xul \
|
|
|
|
.\mailABOverlay.xul \
|
|
|
|
.\mailMessengerOverlay.xul \
|
|
|
|
.\mailMessengerComposeOverlay.xul \
|
|
|
|
.\mailOverlay.xul \
|
2000-06-22 22:38:24 +00:00
|
|
|
.\mailWidgets.xml \
|
2001-05-04 00:47:53 +00:00
|
|
|
.\imapFolderProps.xul \
|
|
|
|
.\folderProps.js \
|
|
|
|
.\sendMsgs.xul \
|
|
|
|
.\sendMsgs.js \
|
|
|
|
.\downloadMsgs.xul \
|
|
|
|
.\downloadMsgs.js \
|
|
|
|
.\msgSynchronize.xul \
|
|
|
|
.\msgSynchronize.js \
|
|
|
|
.\msgSelectOffline.xul \
|
2000-05-06 01:36:10 +00:00
|
|
|
$(NULL)
|
2000-01-12 02:25:35 +00:00
|
|
|
|
2000-05-06 01:36:10 +00:00
|
|
|
include <$(DEPTH)\config\rules.mak>
|
1999-05-28 19:41:31 +00:00
|
|
|
|