diff --git a/xpfe/global/resources/skin/htmlBindings.xml b/xpfe/global/resources/skin/htmlBindings.xml index 585d873aefb5..cd40e9d21d8c 100644 --- a/xpfe/global/resources/skin/htmlBindings.xml +++ b/xpfe/global/resources/skin/htmlBindings.xml @@ -7,37 +7,38 @@ - - - - - + + + - - - - - - - - - diff --git a/xpfe/global/resources/skin/makefile.win b/xpfe/global/resources/skin/makefile.win index bcf11a37be5b..8c279ce044d0 100644 --- a/xpfe/global/resources/skin/makefile.win +++ b/xpfe/global/resources/skin/makefile.win @@ -21,6 +21,8 @@ DEPTH=..\..\..\.. +DIRS=win + include <$(DEPTH)\config\rules.mak> DISTBROWSER=$(DIST)\bin\chrome\global\skin\default diff --git a/xpfe/global/resources/skin/win/makefile.win b/xpfe/global/resources/skin/win/makefile.win new file mode 100644 index 000000000000..07f79f7ce889 --- /dev/null +++ b/xpfe/global/resources/skin/win/makefile.win @@ -0,0 +1,32 @@ +#!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 +# Copyright (C) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): + +DEPTH=..\..\..\..\.. + +include <$(DEPTH)\config\rules.mak> + +DISTBROWSER=$(DIST)\bin\chrome + +install:: + $(MAKE_INSTALL) platformHTMLBindings.xml $(DISTBROWSER) + +clobber:: + rm -f $(DIST)\bin\chrome\global\content\default\*.* diff --git a/xpfe/global/resources/skin/win/platformHTMLBindings.xml b/xpfe/global/resources/skin/win/platformHTMLBindings.xml new file mode 100644 index 000000000000..6fd56b7b1c1e --- /dev/null +++ b/xpfe/global/resources/skin/win/platformHTMLBindings.xml @@ -0,0 +1,12 @@ + + + + + + + + + +