1999-02-05 03:12:29 +03:00
|
|
|
#!nmake
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Netscape Public License
|
1999-03-24 01:55:00 +03:00
|
|
|
# Version 1.0 (the "License"); you may not use this file except in
|
|
|
|
# compliance with the License. You may obtain a copy of the License at
|
1999-02-05 03:12:29 +03:00
|
|
|
# http://www.mozilla.org/NPL/
|
|
|
|
#
|
1999-03-24 01:55:00 +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
|
1999-02-05 03:12:29 +03:00
|
|
|
# for the specific language governing rights and limitations under the
|
1999-03-24 01:55:00 +03:00
|
|
|
# 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
|
|
|
|
# Corporation. Portions created by Netscape are
|
1999-02-05 03:12:29 +03:00
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
|
|
# Reserved.
|
1999-03-24 01:55:00 +03:00
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# Daniel Veditz <dveditz@netscape.com>
|
|
|
|
# Douglas Turner <dougt@netscape.com>
|
1999-02-05 03:12:29 +03:00
|
|
|
|
1999-08-07 07:32:08 +04:00
|
|
|
MODULE=nsxpi
|
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-06-17 07:36:50 +04:00
|
|
|
XPIDLSRCS = \
|
|
|
|
.\nsIXPINotifier.idl \
|
|
|
|
.\nsIXPIProgressDlg.idl \
|
1999-09-01 08:29:49 +04:00
|
|
|
.\nsPIXPIStubHook.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
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|