summaryrefslogtreecommitdiff
path: root/sdext/source
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-19 01:28:32 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-05 19:34:02 -0600
commit43b987e43f9ab5d6e27b2ccd67fc6833a0ac5a12 (patch)
treebe9cd3fbdee7ff7184b54943f047df5ad627238e /sdext/source
parent628ee842afa2b5f6798caad4ed55b60ef64a5e1d (diff)
replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG uses
Diffstat (limited to 'sdext/source')
-rw-r--r--sdext/source/minimizer/makefile.mk4
-rw-r--r--sdext/source/pdfimport/makefile.mk2
-rw-r--r--sdext/source/presenter/makefile.mk2
3 files changed, 4 insertions, 4 deletions
diff --git a/sdext/source/minimizer/makefile.mk b/sdext/source/minimizer/makefile.mk
index ea9e043239de..e21ff84e98cb 100644
--- a/sdext/source/minimizer/makefile.mk
+++ b/sdext/source/minimizer/makefile.mk
@@ -130,11 +130,11 @@ ZIP2LIST= \
.IF "$(L10N_framework)"==""
.INCLUDE : extension_post.mk
-$(COMPONENT_BITMAPS) : $(SOLARSRC)$/$(RSCDEFIMG)$/minimizer$/$$(@:f)
+$(COMPONENT_BITMAPS) : $(SRC_ROOT)/$(RSCDEFIMG)$/minimizer$/$$(@:f)
@@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@
-$(COMPONENT_IMAGES) : $(SOLARSRC)$/$(RSCDEFIMG)$/desktop$/res$/$$(@:f)
+$(COMPONENT_IMAGES) : $(SRC_ROOT)/$(RSCDEFIMG)$/desktop$/res$/$$(@:f)
@@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@
diff --git a/sdext/source/pdfimport/makefile.mk b/sdext/source/pdfimport/makefile.mk
index d33680f3152a..c83858736d7d 100644
--- a/sdext/source/pdfimport/makefile.mk
+++ b/sdext/source/pdfimport/makefile.mk
@@ -165,7 +165,7 @@ $(MISC)/descriptions : $(DESCRIPTION)
.ENDIF
$(TOUCH) $@
-$(COMPONENT_IMAGES) : $(SOLARSRC)$/$(RSCDEFIMG)$/desktop$/res$/$$(@:f)
+$(COMPONENT_IMAGES) : $(SRC_ROOT)/$(RSCDEFIMG)$/desktop$/res$/$$(@:f)
@@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@
.ENDIF # L10N_framework
diff --git a/sdext/source/presenter/makefile.mk b/sdext/source/presenter/makefile.mk
index 39ef9063bc22..883482f36ba6 100644
--- a/sdext/source/presenter/makefile.mk
+++ b/sdext/source/presenter/makefile.mk
@@ -306,7 +306,7 @@ $(COMPONENT_BITMAPS) : bitmaps$/$$(@:f)
@-$(MKDIRHIER) $(@:d)
+$(COPY) $< $@
-$(COMPONENT_IMAGES) : $(SOLARSRC)$/$(RSCDEFIMG)$/desktop$/res$/$$(@:f)
+$(COMPONENT_IMAGES) : $(SRC_ROOT)/$(RSCDEFIMG)$/desktop$/res$/$$(@:f)
@@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@