1998-04-14 00:24:54 +04:00
|
|
|
#!nmake
|
|
|
|
#
|
1999-11-06 06:40:37 +03: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/
|
1998-04-14 00:24:54 +04:00
|
|
|
#
|
1999-11-06 06:40:37 +03: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.
|
1998-04-14 00:24:54 +04:00
|
|
|
#
|
1999-11-06 06:40:37 +03:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1998-04-14 00:24:54 +04:00
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 06:40:37 +03:00
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1998-04-14 00:24:54 +04:00
|
|
|
|
|
|
|
DEPTH=..\..
|
1999-09-01 05:13:14 +04:00
|
|
|
|
1998-04-14 00:24:54 +04:00
|
|
|
|
|
|
|
DEFINES=-D_IMPL_NS_UI
|
|
|
|
MODULE=raptor
|
1999-06-04 00:06:49 +04:00
|
|
|
XPIDL_MODULE=widget
|
1998-04-14 00:24:54 +04:00
|
|
|
|
1999-06-22 05:13:45 +04:00
|
|
|
XPIDLSRCS = \
|
1999-10-01 12:32:30 +04:00
|
|
|
.\nsIAppShell.idl \
|
1999-11-15 12:32:51 +03:00
|
|
|
.\nsIFilePicker.idl \
|
1999-06-22 06:13:45 +04:00
|
|
|
.\nsIFileSpecWithUI.idl \
|
1999-06-22 05:13:45 +04:00
|
|
|
.\nsISound.idl \
|
1999-10-01 12:32:30 +04:00
|
|
|
.\nsIToolkit.idl \
|
1999-08-25 12:35:06 +04:00
|
|
|
.\nsITransferable.idl \
|
|
|
|
.\nsIDragSession.idl \
|
|
|
|
.\nsIDragService.idl \
|
|
|
|
.\nsIFormatConverter.idl \
|
1999-09-04 23:59:38 +04:00
|
|
|
.\nsIClipboard.idl \
|
|
|
|
.\nsIClipboardOwner.idl \
|
1999-10-01 12:32:30 +04:00
|
|
|
.\nsIRollupListener.idl \
|
1999-06-22 05:13:45 +04:00
|
|
|
$(NULL)
|
1999-06-17 03:23:45 +04:00
|
|
|
|
1999-10-01 15:06:07 +04:00
|
|
|
EXPORTS=\
|
1999-05-14 16:25:18 +04:00
|
|
|
nsIFontSizeIterator.h \
|
|
|
|
nsIFontNameIterator.h \
|
|
|
|
nsIFontRetrieverService.h \
|
1999-05-29 05:26:53 +04:00
|
|
|
nsIFileWidget.h \
|
1999-03-19 18:57:10 +03:00
|
|
|
nsIWidget.h \
|
|
|
|
nsIButton.h \
|
|
|
|
nsICheckButton.h \
|
|
|
|
nsIListWidget.h \
|
|
|
|
nsIComboBox.h \
|
|
|
|
nsITextWidget.h \
|
|
|
|
nsITextAreaWidget.h \
|
|
|
|
nsIComboBox.h \
|
|
|
|
nsIListBox.h \
|
|
|
|
nsIScrollbar.h \
|
|
|
|
nsGUIEvent.h \
|
|
|
|
nsIRadioButton.h \
|
|
|
|
nsIMouseListener.h \
|
|
|
|
nsIEventListener.h \
|
|
|
|
nsIMenuListener.h \
|
|
|
|
nsWidgetsCID.h \
|
|
|
|
nsStringUtil.h \
|
|
|
|
nsILookAndFeel.h \
|
|
|
|
nsILabel.h \
|
|
|
|
nsIMenuBar.h \
|
|
|
|
nsIMenu.h \
|
|
|
|
nsIMenuItem.h \
|
1999-05-15 00:42:50 +04:00
|
|
|
nsIContextMenu.h \
|
1999-03-19 18:57:10 +03:00
|
|
|
nsIPopUpMenu.h \
|
1999-05-19 09:24:52 +04:00
|
|
|
$(NULL)
|
1999-02-11 18:13:29 +03:00
|
|
|
|
1998-04-14 00:24:54 +04:00
|
|
|
|
|
|
|
include <$(DEPTH)\config\rules.mak>
|
|
|
|
|