summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-01-06 09:46:27 +0000
committerMichael Meeks <michael.meeks@novell.com>2011-01-06 09:46:48 +0000
commitd295f1d8e60f59cce726b37b98f5ff605c066431 (patch)
tree8b57f98530f2ae3a8a794fd1816d9bda99aabc91
parente35801e075e03c9cb85242d562245e556951b62d (diff)
don't page in the vast, but almost entirely unused icu data library
-rw-r--r--desktop/source/pagein/makefile.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/source/pagein/makefile.mk b/desktop/source/pagein/makefile.mk
index f2588d00cf19..bc63314c9601 100644
--- a/desktop/source/pagein/makefile.mk
+++ b/desktop/source/pagein/makefile.mk
@@ -106,7 +106,7 @@ $(MISC)$/$(TARGET)-common : makefile.mk
@-echo $(DLLPRE)icui18n$(ICUDLLPOST) >> $@
@-echo $(DLLPRE)icule$(ICUDLLPOST) >> $@
@-echo $(DLLPRE)icuuc$(ICUDLLPOST) >> $@
- @-echo $(DLLPRE)icudata$(ICUDLLPOST) >> $@
+# @-echo $(DLLPRE)icudata$(ICUDLLPOST) >> $@ - a huge dll, almost none of it used
.ENDIF # SYSTEM_ICU
#
@-echo $(DLLPRE)lng$(DFTDLLPOST) >> $@
@@ -179,7 +179,6 @@ $(MISC)$/$(TARGET)-common : makefile.mk
@-echo $(DLLPRE)helplinker$(DFTDLLPOST) >> $@
@-echo $(DLLPRE)vclplug_gen$(DFTDLLPOST) >> $@
@-echo $(DLLPRE)icule$(ICUDLLPOST) >> $@
- @-echo $(DLLPRE)icudata$(ICUDLLPOST) >> $@
@-echo sax$(UNODLLPOST) >> $@
@-echo gconfbe1$(UNODLLPOST) >> $@
@-echo fsstorage$(UNODLLPOST) >> $@