these have moved.
git-svn-id: svn://10.0.0.236/trunk@69172 18797224-902f-48f8-a5cc-f745e15eee43
@@ -26,7 +26,7 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = content skin locale
|
||||
DIRS = content locale
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
DEPTH=..\..\..
|
||||
|
||||
DIRS= content skin locale
|
||||
DIRS= content locale
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
|
||||
@@ -1,89 +0,0 @@
|
||||
/*
|
||||
* 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 Communicator client code, released
|
||||
* March 31, 1998.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 2000 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Dan Haddix
|
||||
* Brian King
|
||||
*/
|
||||
|
||||
toolbar#toolbox {
|
||||
margin :0px;
|
||||
padding: 4px; 0px; 0px; 0px;
|
||||
}
|
||||
|
||||
toolbar#toolbox button.tool:active {
|
||||
margin: 2px 0px 0px 2px;
|
||||
}
|
||||
|
||||
toolbar#toolbox button.tool[toggled="1"] {
|
||||
margin: 2px 0px 0px 2px;
|
||||
border: 1px white inset;
|
||||
}
|
||||
|
||||
toolbar#toolbox button.tool {
|
||||
border: 1px solid transparent;
|
||||
margin: 1px 1px 1px 1px;
|
||||
padding: 2px;
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
toolbar.toolbox > toolbargrippy {
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
#pointerButton {
|
||||
list-style-image:url("chrome://editor/skin/images/Map_pointerTool.gif");
|
||||
}
|
||||
|
||||
#rectButton {
|
||||
list-style-image:url("chrome://editor/skin/images/Map_rectangleTool.gif");
|
||||
}
|
||||
|
||||
#cirButton {
|
||||
list-style-image:url("chrome://editor/skin/images/Map_circleTool.gif");
|
||||
}
|
||||
|
||||
#polyButton {
|
||||
list-style-image:url("chrome://editor/skin/images/Map_polygonTool.gif");
|
||||
}
|
||||
|
||||
#cutButton {
|
||||
list-style-image:url("chrome://editor/skin/images/Map_Cut.gif");
|
||||
}
|
||||
|
||||
#copyButton {
|
||||
list-style-image:url("chrome://editor/skin/images/Map_Copy.gif");
|
||||
}
|
||||
|
||||
#pasteButton {
|
||||
list-style-image:url("chrome://editor/skin/images/Map_Paste.gif");
|
||||
}
|
||||
|
||||
#zoomInButton {
|
||||
list-style-image:url("chrome://editor/skin/images/Map_zoomIn.gif");
|
||||
}
|
||||
|
||||
#zoomOutButton {
|
||||
list-style-image:url("chrome://editor/skin/images/Map_zoomOut.gif");
|
||||
}
|
||||
|
||||
#contrastButton {
|
||||
list-style-image:url("chrome://editor/skin/images/Map_contrast.gif");
|
||||
}
|
||||
@@ -1,42 +0,0 @@
|
||||
/*
|
||||
* 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 Communicator client code, released
|
||||
* March 31, 1998.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 2000 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Dan Haddix
|
||||
* Brian King
|
||||
*/
|
||||
|
||||
.rect {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1 solid #0000ff;}
|
||||
.cir {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1 solid #00ff00; -moz-border-radius: 50%;}
|
||||
.poly {position:absolute; top:0px; left:0px; height:100%; width:100%;}
|
||||
.point {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#ff0000;}
|
||||
.pointStart {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#8000ff;}
|
||||
.handletl {position:absolute; top:-5px; left:-5px; height:5px; width:5px; background-color:#ff00ff;}
|
||||
.handletr {position:absolute; top:-5px; left:100%; height:5px; width:5px; background-color:#ff00ff;}
|
||||
.handlebl {position:absolute; top:100%; left:-5px; height:5px; width:5px; background-color:#ff00ff;}
|
||||
.handlebr {position:absolute; top:100%; left:100%; height:5px; width:5px; background-color:#ff00ff;}
|
||||
.handlel {position:absolute; top:48%; left:-5px; height:5px; width:5px; background-color:#ff00ff;}
|
||||
.handler {position:absolute; top:48%; left:100%; height:5px; width:5px; background-color:#ff00ff;}
|
||||
.handlet {position:absolute; top:-5px; left:48%; height:5px; width:5px; background-color:#ff00ff;}
|
||||
.handleb {position:absolute; top:100%; left:48%; height:5px; width:5px; background-color:#ff00ff;}
|
||||
#marquee {position:absolute; top:1px; left:-5px; height:-5px; width:1px; border: 1 dashed #0000ff; z-index:10000; visibility: hidden;}
|
||||
#bgDiv {position:absolute; top:0px; left:0px; width:1; background:url("chrome://editor/skin/images/Map_checker.gif"); background-color: white; cursor: inherit;}
|
||||
BODY {background-color:appworkspace; height: 100%;}
|
||||
HTML {height: 100%;}
|
||||
IMG {opacity: .99;}
|
||||
@@ -1,235 +0,0 @@
|
||||
/*
|
||||
* 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 Communicator client code, released
|
||||
* March 31, 1998.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Pete Collins, Ben Goodger
|
||||
*/
|
||||
|
||||
/*
|
||||
THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR
|
||||
CHANGES REVIEWED BY cmanske@netscape.com.
|
||||
*/
|
||||
/* Most should be moved to global files */
|
||||
|
||||
titledbox {
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.MinWidth5em {
|
||||
min-width: 5em;
|
||||
}
|
||||
|
||||
.MinWidth10em {
|
||||
min-width: 10em;
|
||||
}
|
||||
|
||||
.MinWidth20em {
|
||||
min-width: 20em;
|
||||
}
|
||||
|
||||
.big-left-margin {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.middle {
|
||||
vertical-align: middle:
|
||||
}
|
||||
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.larger {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
|
||||
.narrow {
|
||||
width: 3em;
|
||||
}
|
||||
|
||||
.align-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.wrap {
|
||||
width: 1em;
|
||||
}
|
||||
/* end of "should be in global.css" */
|
||||
|
||||
.color-well {
|
||||
width:20px;
|
||||
height: 1em;
|
||||
border: 1px inset #CCCCCC;
|
||||
/* Background color is set at runtime */
|
||||
}
|
||||
|
||||
.color-well[default="true"] {
|
||||
border: 1px solid transparent;
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
.popup-trigger {
|
||||
list-style-image: url(chrome://global/skin/scroll-down.gif);
|
||||
}
|
||||
|
||||
/* temporary -- we need a simple box-based list defined in XBL */
|
||||
tree.list {
|
||||
border: 1px inset #CCCCCC;
|
||||
/* same as in menulist.css */
|
||||
margin: 1px 5px 2px 5px;
|
||||
width: 10em;
|
||||
height: 3em;
|
||||
/* use rows="#" in XUL to define height */
|
||||
}
|
||||
|
||||
#ColorPreview {
|
||||
border: 1px inset #CCCCCC;
|
||||
margin-left: 10px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
min-width: 100px;
|
||||
min-height: 50px;
|
||||
}
|
||||
|
||||
#alignTypeSelect,label#alignLabel {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#MoreFewerButton[more="0"] {
|
||||
list-style-image: url(chrome://global/skin/scroll-down.gif);
|
||||
/* bug 9459 - changing button text doesn't resize width.
|
||||
This covers that problem, but we want this size anyway */
|
||||
min-width: 10em;
|
||||
}
|
||||
|
||||
#MoreFewerButton[more="1"] {
|
||||
list-style-image: url(chrome://global/skin/scroll-up.gif);
|
||||
min-width: 10em;
|
||||
}
|
||||
|
||||
/* We use a borderless button to show misspelled word in dialog */
|
||||
#MisspelledWord {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* For a column of right-aligned text before
|
||||
a column of input fields, e.g., InsertTable dialog
|
||||
*/
|
||||
.right {
|
||||
/* doesn't work yet! must use align="right" in <text> */
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* use outset shape for a button look */
|
||||
.colorpicker {
|
||||
border: 1px outset #CCCCCC;
|
||||
/* For a little extra space between buttons */
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
|
||||
.colorpicker:active {
|
||||
border: 1px inset #CCCCCC;
|
||||
}
|
||||
|
||||
/* THIS SHOULD BE IN GLOBAL.CSS */
|
||||
.smallspacer {
|
||||
width: 3px;
|
||||
height: 3px;
|
||||
min-width: 3px;
|
||||
min-height: 3px;
|
||||
}
|
||||
|
||||
.spacer {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
min-width: 5px;
|
||||
min-height: 5px;
|
||||
}
|
||||
|
||||
.bigspacer {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
min-width: 10px;
|
||||
min-height: 10px;
|
||||
}
|
||||
|
||||
#img-align-top {
|
||||
list-style-image:url("chrome://editor/skin/images/img-align-top.gif");
|
||||
}
|
||||
#img-align-middle {
|
||||
list-style-image:url("chrome://editor/skin/images/img-align-middle.gif");
|
||||
}
|
||||
#img-align-bottom {
|
||||
list-style-image:url("chrome://editor/skin/images/img-align-bottom.gif");
|
||||
}
|
||||
#img-align-right {
|
||||
list-style-image:url("chrome://editor/skin/images/img-align-right.gif");
|
||||
}
|
||||
#img-align-left {
|
||||
list-style-image:url("chrome://editor/skin/images/img-align-left.gif");
|
||||
}
|
||||
|
||||
/* Rest are from Ben Goodger for Advanced Edit dialog
|
||||
These need reviewing and eliminate all but essential attributes */
|
||||
/* Have made some mods and eliminated some unnecessary portions.
|
||||
hope to merge most of the treecell formatting into global as some of
|
||||
this "property list" style treecell formatting is used by cookie/signon
|
||||
viewers. */
|
||||
|
||||
|
||||
#tagLabel {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* styles for an attribute tree-table */
|
||||
tree.AttributesTree {
|
||||
min-width : 200px;
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
tree.AttributesTree > treechildren > treeitem > treerow > treecell.value {
|
||||
padding-left : 0px;
|
||||
padding-top : 0px;
|
||||
padding-bottom : 0px;
|
||||
padding-right : 0px;
|
||||
margin-left : 0px;
|
||||
}
|
||||
|
||||
input.AttributesCell {
|
||||
border: none;
|
||||
width: 100%;
|
||||
background-color: #FFFFFF;
|
||||
font-weight: normal;
|
||||
border: none;
|
||||
outline: none;
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
treecell > input {
|
||||
margin: 0px;
|
||||
background-color: #E5E5E5 ! important;
|
||||
}
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
#
|
||||
# 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 Communicator client code, released
|
||||
# March 31, 1998.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998-2000 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
#skin directory
|
||||
|
||||
EditorDialog.css
|
||||
EdImageMap.css
|
||||
EdImageMapPage.css
|
||||
images:Map_checker.gif
|
||||
images:Map_circleTool.gif
|
||||
images:Map_contrast.gif
|
||||
images:Map_Copy.gif
|
||||
images:Map_Cut.gif
|
||||
images:Map_Paste.gif
|
||||
images:Map_pointerTool.gif
|
||||
images:Map_polygonTool.gif
|
||||
images:Map_rectangleTool.gif
|
||||
images:Map_zoomIn.gif
|
||||
images:Map_zoomOut.gif
|
||||
@@ -1,41 +0,0 @@
|
||||
#
|
||||
# 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-2000 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = images
|
||||
|
||||
CHROME_DIR = editor
|
||||
CHROME_SKIN_DIR = skin
|
||||
|
||||
CHROME_SKIN = \
|
||||
EditorDialog.css \
|
||||
EdImageMap.css \
|
||||
EdImageMapPage.css \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
@@ -1,47 +0,0 @@
|
||||
#
|
||||
# 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) 2000 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
CHROME_DIR = editor
|
||||
CHROME_SKIN_DIR = skin/images
|
||||
|
||||
CHROME_SKIN = \
|
||||
Map_checker.gif \
|
||||
Map_circleTool.gif \
|
||||
Map_contrast.gif \
|
||||
Map_Copy.gif \
|
||||
Map_Cut.gif \
|
||||
Map_Paste.gif \
|
||||
Map_pointerTool.gif \
|
||||
Map_polygonTool.gif \
|
||||
Map_rectangleTool.gif \
|
||||
Map_zoomIn.gif \
|
||||
Map_zoomOut.gif \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
Before Width: | Height: | Size: 908 B |
|
Before Width: | Height: | Size: 916 B |
|
Before Width: | Height: | Size: 913 B |
|
Before Width: | Height: | Size: 68 B |
|
Before Width: | Height: | Size: 97 B |
|
Before Width: | Height: | Size: 184 B |
|
Before Width: | Height: | Size: 79 B |
|
Before Width: | Height: | Size: 79 B |
|
Before Width: | Height: | Size: 77 B |
|
Before Width: | Height: | Size: 125 B |
|
Before Width: | Height: | Size: 123 B |
@@ -1,41 +0,0 @@
|
||||
#!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) 2000 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
|
||||
DEPTH=..\..\..\..\..
|
||||
|
||||
CHROME_DIR = editor
|
||||
CHROME_SKIN_DIR = skin\images
|
||||
|
||||
CHROME_SKIN = \
|
||||
.\Map_checker.gif \
|
||||
.\Map_circleTool.gif \
|
||||
.\Map_contrast.gif \
|
||||
.\Map_Copy.gif \
|
||||
.\Map_Cut.gif \
|
||||
.\Map_Paste.gif \
|
||||
.\Map_pointerTool.gif \
|
||||
.\Map_polygonTool.gif \
|
||||
.\Map_rectangleTool.gif \
|
||||
.\Map_zoomIn.gif \
|
||||
.\Map_zoomOut.gif \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
@@ -1,57 +0,0 @@
|
||||
#!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-2000 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
|
||||
DEPTH=..\..\..\..
|
||||
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) EditorDialog.css $(DIST)\bin\chrome\editor\skin
|
||||
$(MAKE_INSTALL) EdImageMap.css $(DIST)\bin\chrome\editor\skin
|
||||
$(MAKE_INSTALL) EdImageMapPage.css $(DIST)\bin\chrome\editor\skin
|
||||
$(MAKE_INSTALL) images\Map_checker.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_circleTool.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_contrast.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_Copy.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_Cut.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_Paste.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_pointerTool.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_polygonTool.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_rectangleTool.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_zoomIn.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
$(MAKE_INSTALL) images\Map_zoomOut.gif $(DIST)\bin\chrome\editor\skin\images
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\EditorDialog.css
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\EdImageMap.css
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\EdImageMapPage.css
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_checker.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_circleTool.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_contrast.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_Copy.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_Cut.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_Paste.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_pointerTool.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_polygonTool.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_rectangleTool.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_zoomIn.gif
|
||||
rm -f $(DIST)\bin\chrome\editor\skin\images\Map_zoomOut.gif
|
||||