gecko-dev/layout/base/public/makefile.win

79 lines
1.9 KiB
Plaintext
Raw Normal View History

1998-04-13 20:24:54 +00: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-13 20:24: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.
1998-04-13 20:24:54 +00:00
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
1998-04-13 20:24:54 +00:00
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
1998-04-13 20:24:54 +00:00
DEPTH=..\..\..
MODULE=layout
XPIDL_MODULE=layout_base
include <$(DEPTH)\config\config.mak>
1998-04-13 20:24:54 +00:00
1998-10-20 00:19:01 +00:00
EXPORTS = \
nsFrameList.h \
nsFrameTraversal.h \
nsHTMLReflowMetrics.h \
1999-10-30 16:16:45 +00:00
nsHTMLReflowState.h \
2000-04-14 11:15:34 +00:00
nsIAutoCopy.h \
nsICanvasFrame.h \
nsICaret.h \
1999-05-06 19:24:57 +00:00
nsIFocusTracker.h \
1998-10-20 00:19:01 +00:00
nsIFrame.h \
nsIFrameDebug.h \
nsIFrameManager.h \
nsIFrameSelection.h \
nsIFrameTraversal.h \
1998-12-10 18:03:26 +00:00
nsIFrameUtil.h \
nsIImageFrame.h \
nsIIndependentSelection.h \
nsILayoutDebugger.h \
nsILayoutHistoryState.h \
nsIMutableStyleContext.h \
nsIObjectFrame.h \
nsIPageSequenceFrame.h \
1998-10-20 00:19:01 +00:00
nsIPresContext.h \
nsIPresShell.h \
nsIPresState.h \
nsIPrintContext.h \
nsIPrintPreviewContext.h \
nsIReflowCallback.h \
1998-10-20 00:19:01 +00:00
nsIReflowCommand.h \
nsIScrollableFrame.h \
nsIScrollableViewProvider.h \
nsIStatefulFrame.h \
1998-10-20 00:19:01 +00:00
nsIStyleContext.h \
nsIStyleFrameConstruction.h \
nsIStyleSet.h \
1999-05-06 19:24:57 +00:00
nsStyleChangeList.h \
1998-10-20 00:19:01 +00:00
nsStyleConsts.h \
!ifdef IBMBIDI
nsBidiPresUtils.h \
nsITextFrame.h \
!endif
1999-05-06 19:24:57 +00:00
$(NULL)
1998-04-13 20:24:54 +00:00
XPIDLSRCS= \
.\nsIChromeEventHandler.idl \
.\nsIPrintListener.idl \
$(NULL)
include <$(DEPTH)\config\rules.mak>
1998-04-13 20:24:54 +00:00