diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-10-01 16:02:03 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-10-01 16:02:03 +0200 |
commit | 1a4e94a77140a19d943a4c5fac3a65127debbc1e (patch) | |
tree | b53e0c4ae625b9752a87f97c01577808e7608aa8 /remotebridges/source/factory/makefile.mk | |
parent | 2ef5501f5d7740e453c3672665c11216b375b5f8 (diff) | |
parent | 5312f409180ab4e29598f674c60d32665a16bb9b (diff) |
#i10000#ooo/DEV300_m89
Diffstat (limited to 'remotebridges/source/factory/makefile.mk')
-rw-r--r-- | remotebridges/source/factory/makefile.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/remotebridges/source/factory/makefile.mk b/remotebridges/source/factory/makefile.mk index 7cd3875bc..b47207077 100644 --- a/remotebridges/source/factory/makefile.mk +++ b/remotebridges/source/factory/makefile.mk @@ -64,3 +64,10 @@ DEF1NAME= $(SHL1TARGET) .INCLUDE : target.mk +ALLTAR : $(MISC)/bridgefac.component + +$(MISC)/bridgefac.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ + bridgefac.component + $(XSLTPROC) --nonet --stringparam uri \ + '$(COMPONENTPREFIX_URE_NATIVE)$(SHL1TARGETN:f)' -o $@ \ + $(SOLARENV)/bin/createcomponent.xslt bridgefac.component |