summaryrefslogtreecommitdiff
path: root/sd/util/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sd/util/makefile.mk')
-rwxr-xr-xsd/util/makefile.mk16
1 files changed, 15 insertions, 1 deletions
diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk
index 088057e90ce0..ac01158b5b85 100755
--- a/sd/util/makefile.mk
+++ b/sd/util/makefile.mk
@@ -50,6 +50,7 @@ RESLIB1SRSFILES=\
$(SRS)$/notes.srs \
$(SRS)$/animui.srs \
$(SRS)$/slideshow.srs \
+ $(SRS)$/slsview.srs \
$(SRS)$/uitable.srs \
$(SRS)$/view.srs \
$(SRS)$/uiannotations.srs \
@@ -85,7 +86,7 @@ SHL1STDLIBS+= \
$(CPPUHELPERLIB) \
$(CPPULIB) \
$(VOSLIB) \
- $(CANVASLIB) \
+ $(CANVASTOOLSLIB) \
$(SALLIB) \
$(AVMEDIALIB)
@@ -275,3 +276,16 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk
@echo Making: $@
@$(TYPE) sd.flt > $@
+ALLTAR : $(MISC)/sd.component $(MISC)/sdd.component
+
+$(MISC)/sd.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
+ sd.component
+ $(XSLTPROC) --nonet --stringparam uri \
+ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
+ $(SOLARENV)/bin/createcomponent.xslt sd.component
+
+$(MISC)/sdd.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
+ sdd.component
+ $(XSLTPROC) --nonet --stringparam uri \
+ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL2TARGETN:f)' -o $@ \
+ $(SOLARENV)/bin/createcomponent.xslt sdd.component