repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
tools
/
translation
/
tgainfo
/
Jamfile
blob
44aa61dd93a3c683bcff92aef2602402d746e5c0
1
SubDir HAIKU_TOP src tools translation tgainfo ;
2
3
BinCommand tgainfo :
4
tgainfo.cpp
5
: be libbe.so localestub translation [ TargetLibstdc++ ] [ TargetLibsupc++ ] ;
6
7
AddResources tgainfo : tgainfo.rdef ;
8
9
DoCatalogs tgainfo :
10
x-vnd.Haiku-tgainfo
11
:
12
tgainfo.cpp
13
;