2001-02-15 21:13:04 +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/
|
|
|
|
#
|
|
|
|
# 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 mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
|
|
|
# Communications Corporation. Portions created by Netscape are
|
2001-07-17 06:40:39 +00:00
|
|
|
# Copyright (C) 2001 Netscape Communications Corporation. All
|
2001-02-15 21:13:04 +00:00
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
2001-07-17 06:40:39 +00:00
|
|
|
# Joe Hewitt <hewitt@netscape.com> (original author)
|
2001-02-15 21:13:04 +00:00
|
|
|
|
|
|
|
DEPTH=..\..
|
2001-07-17 06:40:39 +00:00
|
|
|
include <$(DEPTH)\config\config.mak>
|
2001-02-15 21:13:04 +00:00
|
|
|
|
2001-07-17 06:40:39 +00:00
|
|
|
DIRS=base build
|
2001-02-15 21:13:04 +00:00
|
|
|
|
|
|
|
include <$(DEPTH)\config\rules.mak>
|
|
|
|
|
2001-11-21 09:49:41 +00:00
|
|
|
libs::
|
2001-07-17 06:40:39 +00:00
|
|
|
$(MAKE_INSTALL) resources\content\res\viewer-registry.rdf $(DIST)\bin\res\inspector
|
|
|
|
$(MAKE_INSTALL) resources\content\res\search-registry.rdf $(DIST)\bin\res\inspector
|
|
|
|
$(MAKE_INSTALL) resources\content\res\winInspectorMain.ico $(DIST)\bin\chrome\icons\default
|
|
|
|
$(MAKE_INSTALL) resources\content\prefs\inspector.js $(DIST)\bin\defaults\pref
|
2001-02-15 21:13:04 +00:00
|
|
|
|