diff options
Diffstat (limited to 'extensions/source/scanner/makefile.mk')
-rw-r--r-- | extensions/source/scanner/makefile.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extensions/source/scanner/makefile.mk b/extensions/source/scanner/makefile.mk index 99c1e43e5..32112ddc8 100644 --- a/extensions/source/scanner/makefile.mk +++ b/extensions/source/scanner/makefile.mk @@ -94,3 +94,11 @@ DEF1EXPORTFILE=exports.dxp .INCLUDE : target.mk + +ALLTAR : $(MISC)/scn.component + +$(MISC)/scn.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ + scn.component + $(XSLTPROC) --nonet --stringparam uri \ + '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ + $(SOLARENV)/bin/createcomponent.xslt scn.component |