From 15575718e8cb215769c1195d6f106dc79e983da4 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 11 Aug 2010 10:05:06 +0000 Subject: [PATCH] * Don't build stubbed and useless files in liblocale.so git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38011 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/locale/Jamfile | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/src/kits/locale/Jamfile b/src/kits/locale/Jamfile index 893906e204..ab9c9e1a10 100644 --- a/src/kits/locale/Jamfile +++ b/src/kits/locale/Jamfile @@ -27,24 +27,26 @@ local sources = DurationFormat.cpp TimeFormat.cpp TimeUnitFormat.cpp + Format.cpp # Used by some of the above. + UnicodeChar.cpp # Already used in ReadOnlyBootPrompt. + + # Should go away + PropertyFile.cpp # Used by UnicodeChar which should rely on ICU instead # old, needs investigation - Currency.cpp - FloatFormat.cpp - FloatFormatImpl.cpp - FloatFormatParameters.cpp - Format.cpp - FormatImpl.cpp - FormatParameters.cpp - GenericNumberFormat.cpp - IntegerFormat.cpp - IntegerFormatImpl.cpp - IntegerFormatParameters.cpp - NumberFormat.cpp - NumberFormatImpl.cpp - NumberFormatParameters.cpp - PropertyFile.cpp - UnicodeChar.cpp + # Currency.cpp + # FloatFormat.cpp + # FloatFormatImpl.cpp + # FloatFormatParameters.cpp + # FormatImpl.cpp + # FormatParameters.cpp + # GenericNumberFormat.cpp + # IntegerFormat.cpp + # IntegerFormatImpl.cpp + # IntegerFormatParameters.cpp + # NumberFormat.cpp + # NumberFormatImpl.cpp + # NumberFormatParameters.cpp ;