* 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
1 changed files with 18 additions and 16 deletions

View File

@ -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
;