* 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:
parent
cae874d384
commit
15575718e8
@ -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
|
||||
;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user