1999-10-15 07:23:53 +00:00
|
|
|
#!nmake
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Mozilla 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/MPL/
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
# The Original Code is the Mozilla browser.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
|
|
|
# Communications, Inc. Portions created by Netscape are
|
|
|
|
# Copyright (C) 1999, Mozilla. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
|
|
|
# Travis Bogard <travis@netscape.com>
|
|
|
|
|
|
|
|
DEPTH=..\..
|
|
|
|
MODULE=docshell_base
|
|
|
|
|
|
|
|
XPIDLSRCS= \
|
1999-11-12 07:28:25 +00:00
|
|
|
.\nsCDocShell.idl \
|
1999-10-15 07:23:53 +00:00
|
|
|
.\nsIDocShell.idl \
|
1999-12-03 10:02:00 +00:00
|
|
|
.\nsIDocShellTreeItem.idl \
|
1999-12-03 09:24:22 +00:00
|
|
|
.\nsIDocShellTreeNode.idl \
|
1999-12-12 08:52:03 +00:00
|
|
|
.\nsIDocShellTreeOwner.idl \
|
1999-11-23 10:15:10 +00:00
|
|
|
# .\nsIContentViewerEdit.idl \
|
|
|
|
# .\nsIContentViewerFile.idl \
|
1999-11-19 07:35:27 +00:00
|
|
|
.\nsIMarkupDocumentViewer.idl \
|
1999-10-15 07:23:53 +00:00
|
|
|
.\nsIScrollable.idl \
|
1999-10-21 06:41:03 +00:00
|
|
|
.\nsITextScroll.idl \
|
1999-10-15 07:23:53 +00:00
|
|
|
$(NULL)
|
|
|
|
|
1999-10-26 01:44:00 +00:00
|
|
|
LIBRARY_NAME=basedocshell_s
|
|
|
|
|
|
|
|
CPP_OBJS= \
|
1999-11-12 07:28:25 +00:00
|
|
|
.\$(OBJDIR)\nsDocShell.obj \
|
1999-11-06 04:51:05 +00:00
|
|
|
.\$(OBJDIR)\nsDSURIContentListener.obj \
|
1999-10-26 01:44:00 +00:00
|
|
|
$(NULL)
|
|
|
|
|
1999-10-15 07:23:53 +00:00
|
|
|
include <$(DEPTH)\config\rules.mak>
|
|
|
|
include <$(DEPTH)\config\config.mak>
|
1999-10-26 01:44:00 +00:00
|
|
|
|
1999-11-28 03:05:01 +00:00
|
|
|
install:: $(LIBRARY)
|
1999-10-26 01:44:00 +00:00
|
|
|
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
2000-01-11 23:12:48 +00:00
|
|
|
$(MAKE_INSTALL) appstrings.properties $(DIST)\bin\chrome\global\locale\en-US
|