1999-02-05 03:12:29 +03:00
|
|
|
#!nmake
|
|
|
|
#
|
1999-11-06 06:43:54 +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/
|
1999-02-05 03:12:29 +03:00
|
|
|
#
|
1999-11-06 06:43:54 +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.
|
1999-02-05 03:12:29 +03:00
|
|
|
#
|
1999-03-24 01:55:00 +03:00
|
|
|
# The Original Code is Mozilla Communicator client code,
|
|
|
|
# released March 31, 1998.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape Communications
|
1999-11-06 06:43:54 +03:00
|
|
|
# Corporation. Portions created by Netscape are
|
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
1999-03-24 01:55:00 +03:00
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
# Contributor(s):
|
1999-03-24 01:55:00 +03:00
|
|
|
# Daniel Veditz <dveditz@netscape.com>
|
|
|
|
# Douglas Turner <dougt@netscape.com>
|
1999-02-05 03:12:29 +03:00
|
|
|
|
1999-10-10 05:32:59 +04:00
|
|
|
MODULE=xpinstall
|
1999-02-05 03:12:29 +03:00
|
|
|
DEPTH=..\..
|
|
|
|
|
1999-03-09 03:50:23 +03:00
|
|
|
EXPORTS= nsIDOMInstallTriggerGlobal.h \
|
1999-06-17 07:36:50 +04:00
|
|
|
nsIDOMInstallVersion.h \
|
1999-02-05 03:12:29 +03:00
|
|
|
nsSoftwareUpdateIIDs.h \
|
1999-06-17 07:36:50 +04:00
|
|
|
nsISoftwareUpdate.h \
|
|
|
|
$(NULL)
|
1999-02-05 03:12:29 +03:00
|
|
|
|
1999-12-08 03:09:16 +03:00
|
|
|
XPIDLSRCS = \
|
|
|
|
.\nsIXPINotifier.idl \
|
|
|
|
.\nsIXPIProgressDlg.idl \
|
|
|
|
.\nsPIXPIStubHook.idl \
|
|
|
|
.\nsPIXPIManagerCallbacks.idl \
|
2001-03-14 08:19:41 +03:00
|
|
|
.\nsPIXPIProxy.idl \
|
2000-03-28 16:06:19 +04:00
|
|
|
# .\nsIUpdateNotification.idl \
|
1999-06-17 07:36:50 +04:00
|
|
|
$(NULL)
|
1999-02-05 03:12:29 +03:00
|
|
|
|
|
|
|
include <$(DEPTH)\config\rules.mak>
|
1999-06-05 01:43:14 +04:00
|
|
|
|
2001-11-21 12:49:41 +03:00
|
|
|
libs::
|
1999-09-18 03:27:15 +04:00
|
|
|
$(MAKE_INSTALL) .\xpinstall.js $(DIST)\bin\defaults\pref
|
1999-06-05 01:43:14 +04:00
|
|
|
|
|
|
|
|