summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/makefile.mk')
-rwxr-xr-x[-rw-r--r--]sdext/source/presenter/makefile.mk13
1 files changed, 10 insertions, 3 deletions
diff --git a/sdext/source/presenter/makefile.mk b/sdext/source/presenter/makefile.mk
index b0bedecd4f8b..08a3470fc24d 100644..100755
--- a/sdext/source/presenter/makefile.mk
+++ b/sdext/source/presenter/makefile.mk
@@ -231,9 +231,11 @@ COMPONENT_BITMAPS= \
\
$(ZIP1DIR)$/bitmaps$/LabelMouseOverLeft.png \
$(ZIP1DIR)$/bitmaps$/LabelMouseOverCenter.png \
- $(ZIP1DIR)$/bitmaps$/LabelMouseOverRight.png \
- $(ZIP1DIR)$/bitmaps$/em47.png \
- $(ZIP1DIR)$/bitmaps$/em47_hc.png
+ $(ZIP1DIR)$/bitmaps$/LabelMouseOverRight.png
+
+COMPONENT_IMAGES=\
+ $(ZIP1DIR)$/bitmaps$/extension_32.png \
+ $(ZIP1DIR)$/bitmaps$/extension_32_h.png
COMPONENT_MANIFEST= \
$(ZIP1DIR)$/META-INF$/manifest.xml
@@ -257,6 +259,7 @@ ZIP1DEPS= \
$(COMPONENT_MANIFEST) \
$(COMPONENT_FILES) \
$(COMPONENT_BITMAPS) \
+ $(COMPONENT_IMAGES) \
$(COMPONENT_LIBRARY) \
$(COMPONENT_HELP)
# $(COMPONENT_MERGED_XCU) \
@@ -290,6 +293,10 @@ $(COMPONENT_BITMAPS) : bitmaps$/$$(@:f)
@-$(MKDIRHIER) $(@:d)
+$(COPY) $< $@
+$(COMPONENT_IMAGES) : $(SOLARSRC)$/$(RSCDEFIMG)$/desktop$/res$/$$(@:f)
+ @@-$(MKDIRHIER) $(@:d)
+ $(COPY) $< $@
+
$(COMPONENT_LIBRARY) : $(DLLDEST)$/$$(@:f)
@-$(MKDIRHIER) $(@:d)
+$(COPY) $< $@