* 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
This commit is contained in:
Adrien Destugues 2010-08-11 10:05:06 +00:00
parent cae874d384
commit 15575718e8

View File

@ -27,24 +27,26 @@ local sources =
DurationFormat.cpp DurationFormat.cpp
TimeFormat.cpp TimeFormat.cpp
TimeUnitFormat.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 # old, needs investigation
Currency.cpp # Currency.cpp
FloatFormat.cpp # FloatFormat.cpp
FloatFormatImpl.cpp # FloatFormatImpl.cpp
FloatFormatParameters.cpp # FloatFormatParameters.cpp
Format.cpp # FormatImpl.cpp
FormatImpl.cpp # FormatParameters.cpp
FormatParameters.cpp # GenericNumberFormat.cpp
GenericNumberFormat.cpp # IntegerFormat.cpp
IntegerFormat.cpp # IntegerFormatImpl.cpp
IntegerFormatImpl.cpp # IntegerFormatParameters.cpp
IntegerFormatParameters.cpp # NumberFormat.cpp
NumberFormat.cpp # NumberFormatImpl.cpp
NumberFormatImpl.cpp # NumberFormatParameters.cpp
NumberFormatParameters.cpp
PropertyFile.cpp
UnicodeChar.cpp
; ;