make the renderer component point to the right shared library

This commit is contained in:
Radek Doulik 2011-06-10 15:59:33 +02:00
parent 12c57820da
commit bd9ecf7bfd
3 changed files with 15 additions and 8 deletions

View file

@ -60,3 +60,11 @@ DEF1EXPORTFILE=exports.dxp
# ==========================================================================
.INCLUDE : target.mk
$(MISC)/mtfrenderer.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
mtfrenderer.component
$(XSLTPROC) --nonet --stringparam uri \
'$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
$(SOLARENV)/bin/createcomponent.xslt mtfrenderer.component
ALLTAR : $(MISC)/mtfrenderer.component

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<component loader="com.sun.star.loader.SharedLibrary"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.rendering.MtfRenderer">
<service name="com.sun.star.rendering.MtfRenderer"/>
</implementation>
</component>

View file

@ -68,11 +68,3 @@ DEFLIB1NAME =$(TARGET)
$(MISC)$/$(SHL1TARGET).flt : makefile.mk
@$(TYPE) $(TARGET).flt > $@
$(MISC)/mtfrenderer.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
mtfrenderer.component
$(XSLTPROC) --nonet --stringparam uri \
'$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
$(SOLARENV)/bin/createcomponent.xslt mtfrenderer.component
ALLTAR : $(MISC)/mtfrenderer.component