[Libreoffice-commits] .: desktop/source
Michael Meeks
mmeeks at kemper.freedesktop.org
Thu Jan 6 01:46:33 PST 2011
desktop/source/pagein/makefile.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 79037b45a17dd86fe6e1451270673348343ec550
Author: Michael Meeks <michael.meeks at novell.com>
Date: Thu Jan 6 09:46:27 2011 +0000
don't page in the vast, but almost entirely unused icu data library
diff --git a/desktop/source/pagein/makefile.mk b/desktop/source/pagein/makefile.mk
index f2588d0..bc63314 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) >> $@
More information about the Libreoffice-commits
mailing list