summaryrefslogtreecommitdiff
path: root/helpcontent2/util/target.pmk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-01-05 13:44:39 +0000
committerKurt Zenker <kz@openoffice.org>2006-01-05 13:44:39 +0000
commitce51191bf8e40f9f87d561d7dbfd9cbaefb0584b (patch)
tree8a896d1425e350a0c2e052062cb7aab7c54db535 /helpcontent2/util/target.pmk
parent895ad03a2e1bb6ed0d365c39b9d520a3a7118062 (diff)
INTEGRATION: CWS hr26 (1.11.46); FILE MERGED
2005/12/22 14:22:24 hr 1.11.46.1: ##i59441#: help linking needs more heapsize for better performance
Diffstat (limited to 'helpcontent2/util/target.pmk')
-rwxr-xr-xhelpcontent2/util/target.pmk10
1 files changed, 7 insertions, 3 deletions
diff --git a/helpcontent2/util/target.pmk b/helpcontent2/util/target.pmk
index 39fd34e86e..a246393c1f 100755
--- a/helpcontent2/util/target.pmk
+++ b/helpcontent2/util/target.pmk
@@ -4,9 +4,9 @@
#
# $RCSfile: target.pmk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: hr $ $Date: 2005-09-28 12:02:27 $
+# last change: $Author: kz $ $Date: 2006-01-05 14:44:39 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -44,7 +44,11 @@ ALLTAR : $(LINKALLTARGETS)
JAVA_LIBRARY_PATH= -Djava.library.path=$(SOLARSHAREDBIN)
.ENDIF
+.IF "$(JDK)" != "gcj"
+JAVA_VM_HEAP_SIZE = -Xms256m -Xmx256m
+.ENDIF
+
$(LINKALLTARGETS) : $(foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/$$(@:b:s/_/./:e:s/.//)/$i) $(subst,LANGUAGE,$$(@:b:s/_/./:e:s/.//) $(LINKADDEDDEPS)) $(COMMONMISC)$/xhp_changed.flag
@+-$(MKDIR) -p $(@:d)
- $(JAVAI) $(JAVA_LIBRARY_PATH) -cp $(my_cp) com.sun.star.help.HelpLinker @$(mktmp -mod $(LINKNAME) -hid $(PRJ)$/helpers/hid.lst -src $(COMMONMISC) -sty $(PRJ)$/source$/auxiliary$/embed.xsl -idx $(PRJ)$/source$/auxiliary$/index.xsl -lang {$(subst,$(LINKNAME)_, $(@:b))} $(subst,LANGUAGE,{$(subst,$(LINKNAME)_, $(@:b))} $(LINKADDEDFILES)) $(foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/{$(subst,$(LINKNAME)_, $(@:b))}/$i) -o $@)
+ $(JAVAI) $(JAVA_VM_HEAP_SIZE) $(JAVA_LIBRARY_PATH) -cp $(my_cp) com.sun.star.help.HelpLinker @$(mktmp -mod $(LINKNAME) -hid $(PRJ)$/helpers/hid.lst -src $(COMMONMISC) -sty $(PRJ)$/source$/auxiliary$/embed.xsl -idx $(PRJ)$/source$/auxiliary$/index.xsl -lang {$(subst,$(LINKNAME)_, $(@:b))} $(subst,LANGUAGE,{$(subst,$(LINKNAME)_, $(@:b))} $(LINKADDEDFILES)) $(foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/{$(subst,$(LINKNAME)_, $(@:b))}/$i) -o $@)