1999-09-07 20:11:24 +00:00
|
|
|
#
|
|
|
|
# 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 windows makefiles for Mozilla IRC Extensions,
|
|
|
|
# including Basic Socket Library and JSIRC Library.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape Communications.
|
|
|
|
# Portions created by Netscape Communications are
|
|
|
|
# Copyright (C) Netscape Communications, Inc. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
|
|
|
# leaf (daniel nunes) <leaf@mozilla.org>
|
2000-01-18 03:29:17 +00:00
|
|
|
# Robert Ginda <rginda@ndcico.com>
|
1999-09-14 00:27:34 +00:00
|
|
|
#
|
|
|
|
# Large LED icons (green-*, red-*, yellow-*) and Marble background (xtal.jpg)
|
|
|
|
# Copyright (C) 1996, 1997 Jim Evins.
|
|
|
|
# http://www.clark.net/pub/evins/Icons/
|
|
|
|
#
|
|
|
|
# Other Icons came from "Anthony's WWW Images"
|
|
|
|
# http://www.cit.gu.edu.au/images/Images.html
|
|
|
|
#
|
1999-09-07 20:11:24 +00:00
|
|
|
|
|
|
|
DEPTH =..\..
|
|
|
|
|
2000-09-14 04:45:15 +00:00
|
|
|
include <$(DEPTH)\config\rules.mak>
|
|
|
|
|
2001-11-21 09:49:41 +00:00
|
|
|
libs::
|
2000-09-14 04:45:15 +00:00
|
|
|
$(MAKE_INSTALL) .\js\lib\chatzilla-service.js $(DIST)\bin\components
|
1999-09-07 20:11:24 +00:00
|
|
|
|