pjs/layout/base/public/makefile.win

91 строка
2.1 KiB
Plaintext
Исходник Обычный вид История

1998-04-14 00:24:54 +04:00
#!nmake
#
# 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
#
# 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
#
# 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
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
1998-04-14 00:24:54 +04:00
DEPTH=..\..\..
1998-10-20 04:19:01 +04:00
EXPORTS = \
nslayout.h \
1999-10-30 20:16:45 +04:00
nsHTMLReflowState.h \
2000-04-14 15:15:34 +04:00
nsIAutoCopy.h \
nsICaret.h \
1998-10-20 04:19:01 +04:00
nsIContent.h \
1999-05-06 23:24:57 +04:00
nsIContentIterator.h \
1999-05-07 08:55:40 +04:00
nsIDiskDocument.h \
1998-10-20 04:19:01 +04:00
nsIDocument.h \
nsIDocumentContainer.h \
nsIDocumentEncoder.h \
1998-10-20 04:19:01 +04:00
nsIDocumentObserver.h \
1999-05-06 23:24:57 +04:00
nsIDocumentViewer.h \
nsIElementFactory.h \
1999-05-06 23:24:57 +04:00
nsIFocusTracker.h \
1998-10-20 04:19:01 +04:00
nsIFrame.h \
nsIFrameDebug.h \
1998-10-20 04:19:01 +04:00
nsIFrameImageLoader.h \
nsIFrameManager.h \
1999-05-06 23:24:57 +04:00
nsILayoutDebugger.h \
nsINameSpace.h \
1998-12-11 05:30:59 +03:00
nsINameSpaceManager.h \
1998-12-10 21:03:26 +03:00
nsIFrameUtil.h \
nsIPageSequenceFrame.h \
1998-10-20 04:19:01 +04:00
nsIPresContext.h \
nsIPresShell.h \
nsIPresState.h \
1998-10-20 04:19:01 +04:00
nsIReflowCommand.h \
nsIFrameSelection.h \
1998-10-20 04:19:01 +04:00
nsISpaceManager.h \
1999-05-06 23:24:57 +04:00
nsIStyledContent.h \
1998-10-20 04:19:01 +04:00
nsIStyleContext.h \
nsIMutableStyleContext.h \
1998-10-20 04:19:01 +04:00
nsIStyleFrameConstruction.h \
nsIStyleRule.h \
nsIStyleSet.h \
nsIStyleSheet.h \
nsIStyleSheetLinkingElement.h \
nsIStyleRuleProcessor.h \
nsITextContent.h \
1998-12-02 03:29:42 +03:00
nsLayoutAtoms.h \
1999-07-18 04:14:29 +04:00
nsLayoutAtomList.h \
nsLayoutUtils.h \
1999-05-06 23:24:57 +04:00
nsFrameList.h \
nsFrameTraversal.h \
nsStyleChangeList.h \
1998-10-20 04:19:01 +04:00
nsStyleConsts.h \
nsStyleCoord.h \
nsStyleStruct.h \
1999-05-06 23:24:57 +04:00
nsTextFragment.h \
nsILayoutHistoryState.h \
nsIStatefulFrame.h \
1999-11-20 11:12:56 +03:00
nsISelfScrollingFrame.h \
nsIScrollableFrame.h \
1999-05-06 23:24:57 +04:00
$(NULL)
1998-04-14 00:24:54 +04:00
MODULE=raptor
XPIDLSRCS= \
.\nsIChromeEventHandler.idl \
.\nsISelectionController.idl \
.\nsIPrintListener.idl \
$(NULL)
include <$(DEPTH)\config\rules.mak>
1998-04-14 00:24:54 +04:00