summaryrefslogtreecommitdiff
path: root/mysqlc
diff options
context:
space:
mode:
authorDirk Voelzke <dv@openoffice.org>2010-04-21 08:25:26 +0200
committerDirk Voelzke <dv@openoffice.org>2010-04-21 08:25:26 +0200
commitf153fe82239f24ff1abd2fbb8ab22eab2ea1dac0 (patch)
tree2f84dd1ff34536ba0195cd69d222c392b842c193 /mysqlc
parent95ff97fb45ba90253fcb21166e60d7c207edfdb1 (diff)
nativeb: #i110985#: changed extension icons again
Diffstat (limited to 'mysqlc')
-rw-r--r--mysqlc/images/sun_extension.pngbin5483 -> 0 bytes
-rw-r--r--mysqlc/images/sun_extension_hc.pngbin3176 -> 0 bytes
-rwxr-xr-x[-rw-r--r--]mysqlc/source/description.xml4
-rwxr-xr-x[-rw-r--r--]mysqlc/source/makefile.mk8
4 files changed, 6 insertions, 6 deletions
diff --git a/mysqlc/images/sun_extension.png b/mysqlc/images/sun_extension.png
deleted file mode 100644
index cf3fe5f0d598..000000000000
--- a/mysqlc/images/sun_extension.png
+++ /dev/null
Binary files differ
diff --git a/mysqlc/images/sun_extension_hc.png b/mysqlc/images/sun_extension_hc.png
deleted file mode 100644
index 535a6bfdff4f..000000000000
--- a/mysqlc/images/sun_extension_hc.png
+++ /dev/null
Binary files differ
diff --git a/mysqlc/source/description.xml b/mysqlc/source/description.xml
index 0dc3284fa869..bc7563d39177 100644..100755
--- a/mysqlc/source/description.xml
+++ b/mysqlc/source/description.xml
@@ -20,8 +20,8 @@
<name xlink:href="http://www.oracle.com/us/products/applications/open-office" lang="en">Oracle</name>
</publisher>
<icon>
- <default xlink:href="images/sun_extension.png" />
- <high-contrast xlink:href="images/sun_extension_hc.png" />
+ <default xlink:href="images/extension_32.png" />
+ <high-contrast xlink:href="images/extension_32_h.png" />
</icon>
<extension-description>
<src lang="#LANG#" xlink:href="description/description_#LANG#.txt"/>
diff --git a/mysqlc/source/makefile.mk b/mysqlc/source/makefile.mk
index 516f10a7dc0a..49c67344698f 100644..100755
--- a/mysqlc/source/makefile.mk
+++ b/mysqlc/source/makefile.mk
@@ -225,8 +225,8 @@ COMPONENT_LIBRARIES=\
$(COMPONENT_LIBRARY)
COMPONENT_IMAGES= \
- $(EXTENSIONDIR)$/images$/sun_extension.png \
- $(EXTENSIONDIR)$/images$/sun_extension_hc.png
+ $(EXTENSIONDIR)$/images$/extension_32.png \
+ $(EXTENSIONDIR)$/images$/extension_32_h.png
# ........ component description ........
@@ -267,9 +267,9 @@ EXTENSION_PACKDEPS+=$(COMPONENT_MYSQL_CPPCONN_FILE)
.INCLUDE : target.mk
.INCLUDE : extension_post.mk
-$(EXTENSIONDIR)$/images$/%.png : $(PRJ)$/images$/%.png
+$(COMPONENT_IMAGES) : $(SOLARSRC)$/$(RSCDEFIMG)$/desktop$/res$/$$(@:f)
@@-$(MKDIRHIER) $(@:d)
- @$(COPY) $< $@ > $(NULLDEV)
+ $(COPY) $< $@
# existing descriptions: just copy
$(EXTENSIONDIR)$/description$/%.txt: .$/description$/%.txt