summaryrefslogtreecommitdiff
path: root/mysqlc/source
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
commitdeae417b474ea18421a4f2223d0df5f7a5b1b513 (patch)
tree37957bc3f4499ae5731e26deac06dff5b85d543a /mysqlc/source
parent0f0db200420a131acacac2bcb0c1cbfd93fc7269 (diff)
nativeb: #i110985#: changed extension icons again
Diffstat (limited to 'mysqlc/source')
-rwxr-xr-x[-rw-r--r--]mysqlc/source/description.xml4
-rwxr-xr-x[-rw-r--r--]mysqlc/source/makefile.mk8
2 files changed, 6 insertions, 6 deletions
diff --git a/mysqlc/source/description.xml b/mysqlc/source/description.xml
index 2a4c452..727fc6b 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 516f10a..49c6734 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