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