xref: /haiku/src/tools/translation/tgainfo/Jamfile (revision 6a2d53e7237764eab0c7b6d121772f26d636fb60)
1SubDir HAIKU_TOP src tools translation tgainfo ;
2
3BinCommand tgainfo :
4	tgainfo.cpp
5	: be libbe.so localestub translation [ TargetLibstdc++ ] [ TargetLibsupc++ ] ;
6
7AddResources tgainfo : tgainfo.rdef ;
8
9#DoCatalogs tgainfo :
10#	x-vnd.Haiku-tgainfo
11#	:
12#	tgainfo.cpp
13#;
14