diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-25 14:23:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-25 14:23:53 +0000 |
commit | 89407a919ef62ed770ec4f20ec29f1c12269257a (patch) | |
tree | 0ce8d2af445314d72d5269de0e581b784fd5eb0a /helpcontent2/util/target.pmk | |
parent | e5659e132b857ec9006ae91a35bc96820803d437 (diff) |
INTEGRATION: CWS gcj1 (1.4.10); FILE MERGED
2005/01/07 08:37:42 cmc 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED
2005/01/06 11:28:44 cmc 1.4.10.1: #i38188# wrap javai
Diffstat (limited to 'helpcontent2/util/target.pmk')
-rwxr-xr-x | helpcontent2/util/target.pmk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpcontent2/util/target.pmk b/helpcontent2/util/target.pmk index c125368384..f6e4beb3b6 100755 --- a/helpcontent2/util/target.pmk +++ b/helpcontent2/util/target.pmk @@ -2,9 +2,9 @@ # # $RCSfile: target.pmk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2004-12-16 13:00:22 $ +# last change: $Author: obo $ $Date: 2005-01-25 15:23:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,5 +69,5 @@ ALLTAR : $(LINKALLTARGETS) $(LINKALLTARGETS) : $(foreach,i,$(LINKLINKFILES) $(MISC)$/$$(@:b:s/_/./:e:s/.//)/$i) $(subst,LANGUAGE,$$(@:b:s/_/./:e:s/.//) $(LINKADDEDDEPS)) @+-$(MKDIR) -p $(@:d) - $(WRAPCMD) java -Djava.library.path=$(SOLARSHAREDBIN) -cp $(my_cp) com.sun.star.help.HelpLinker @$(mktmp -mod $(LINKNAME) -hid $(PRJ)$/helpers/hid.lst -lang {$(subst,$(LINKNAME)_, $(@:b))} $(subst,LANGUAGE,{$(subst,$(LINKNAME)_, $(@:b))} $(LINKADDEDFILES)) $(foreach,i,$(LINKLINKFILES) $(MISC)$/{$(subst,$(LINKNAME)_, $(@:b))}/$i) -o $@) + $(WRAPCMD) $(JAVAI) -Djava.library.path=$(SOLARSHAREDBIN) -cp $(my_cp) com.sun.star.help.HelpLinker @$(mktmp -mod $(LINKNAME) -hid $(PRJ)$/helpers/hid.lst -lang {$(subst,$(LINKNAME)_, $(@:b))} $(subst,LANGUAGE,{$(subst,$(LINKNAME)_, $(@:b))} $(LINKADDEDFILES)) $(foreach,i,$(LINKLINKFILES) $(MISC)$/{$(subst,$(LINKNAME)_, $(@:b))}/$i) -o $@) |