vfs: check userland buffers before reading them.
[haiku.git] / src / preferences / locale / Jamfile
blob55c6d0dad9eb8443145326d0e1c86c347c578087
1 SubDir HAIKU_TOP src preferences locale ;
3 UsePrivateHeaders interface locale ;
5 local sources =
6         LanguageListView.cpp
7         LocalePreflet.cpp
8         LocaleWindow.cpp
9         FormatSettingsView.cpp
12 Preference Locale
13         : $(sources)
14         : be [ TargetLibstdc++ ] [ TargetLibsupc++ ] shared
15                 localestub
16         : Locale.rdef
19 DoCatalogs Locale : x-vnd.Haiku-Locale : $(sources) ;