haiku/src/bin/locale/Jamfile

16 lines
456 B
Plaintext

SubDir HAIKU_TOP src bin locale ;
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src kits tracker ] ;
UsePublicHeaders locale ;
UsePrivateHeaders locale shared ;
BinCommand collectcatkeys : collectcatkeys.cpp RegExp.cpp
: be localestub [ TargetLibsupc++ ] ;
BinCommand linkcatkeys : linkcatkeys.cpp : be [ TargetLibstdc++ ] ;
BinCommand dumpcatalog : dumpcatalog.cpp : be [ TargetLibsupc++ ] ;
BinCommand locale : locale.cpp : be [ TargetLibsupc++ ] ;