diff options
author | os <os@openoffice.org> | 2010-11-17 14:34:12 +0100 |
---|---|---|
committer | os <os@openoffice.org> | 2010-11-17 14:34:12 +0100 |
commit | 98170a58add19fa056e37ad5f033605f840c1747 (patch) | |
tree | 52d2c2d5bd46ddddc0693af5adeebcac840d8ef5 | |
parent | 7dc99ab5eb641809a6babd847a31434504e0ceac (diff) |
msword.component added
-rw-r--r-- | sw/util/makefile.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index 6fa4bd5432e2..5d474b4325a3 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -375,7 +375,7 @@ SHL5LIBS=$(SLB)$/$(TARGET_VBA).lib .INCLUDE : target.mk -ALLTAR : $(MISC)/sw.component $(MISC)/swd.component $(MISC)/vbaswobj.component +ALLTAR : $(MISC)/sw.component $(MISC)/swd.component $(MISC)/vbaswobj.component $(MISC)/msword.component $(MISC)/sw.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ sw.component @@ -394,3 +394,9 @@ $(MISC)/vbaswobj.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ $(XSLTPROC) --nonet --stringparam uri \ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL5TARGETN:f)' -o $@ \ $(SOLARENV)/bin/createcomponent.xslt vbaswobj.component + +$(MISC)/msword.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ + msword.component + $(XSLTPROC) --nonet --stringparam uri \ + '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL5TARGETN:f)' -o $@ \ + $(SOLARENV)/bin/createcomponent.xslt msword.component |