зеркало из https://github.com/mozilla/gecko-dev.git
Fixed lame checkin on windows. r=mcafee
This commit is contained in:
Родитель
7638774b41
Коммит
e747b276af
|
@ -0,0 +1,37 @@
|
|||
#
|
||||
# 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
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ..\..\..\..
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
EXPORT_PREF_CONTENT = \
|
||||
.\pref-irc.xul \
|
||||
$(NULL)
|
||||
|
||||
EXPORT_RESOURCE_CONTENT = \
|
||||
.\chatzillaOverlay.xul \
|
||||
.\chatzillaOverlay.js \
|
||||
$(NULL)
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) $(EXPORT_PREF_CONTENT) $(DIST)\bin\chrome\pref\content\default
|
||||
$(MAKE_INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)\bin\chrome\chatzilla\content\default
|
|
@ -19,7 +19,7 @@
|
|||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../../..
|
||||
DEPTH = ..\..\..\..\..
|
||||
|
||||
EXPORT_PREF_CONTENT = \
|
||||
.\pref-irc.dtd \
|
||||
|
@ -29,8 +29,8 @@ EXPORT_RESOURCE_CONTENT = \
|
|||
.\chatzillaOverlay.dtd \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mk>
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) $(EXPORT_PREF_CONTENT) $(DIST)\bin\chrome\pref\locale\en-US
|
||||
$(MAKE_INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)\bin\chrome\chatzilla\locale/en-US
|
||||
$(MAKE_INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)\bin\chrome\chatzilla\locale\en-US
|
|
@ -23,4 +23,4 @@ DEPTH = ..\..\..\..
|
|||
|
||||
DIRS = en-US
|
||||
|
||||
include <$(DEPTH)\config\rules.mk>
|
||||
include <$(DEPTH)/config/rules.mak>
|
|
@ -23,4 +23,4 @@ DEPTH = ..\..\..
|
|||
|
||||
DIRS = content locale
|
||||
|
||||
include <$(DEPTH)\config\rules.mk>
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
|
Загрузка…
Ссылка в новой задаче