make the renderer component point to the right shared library
This commit is contained in:
parent
12c57820da
commit
bd9ecf7bfd
3 changed files with 15 additions and 8 deletions
|
@ -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
|
||||
|
|
7
cppcanvas/source/uno/mtfrenderer.component
Normal file
7
cppcanvas/source/uno/mtfrenderer.component
Normal 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>
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue