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
Fix FreeBSD build.
[haiku.git]
/
src
/
tools
/
translation
/
bitsinfo
/
Jamfile
blob
854990f90365c35779fa6e2a69437d481e1c1e3f
1
SubDir HAIKU_TOP src tools translation bitsinfo ;
2
3
BinCommand bitsinfo :
4
bitsinfo.cpp
5
: be libbe.so localestub translation [ TargetLibstdc++ ] [ TargetLibsupc++ ] ;
6
7
AddResources bitsinfo : bitsinfo.rdef ;
8
9
DoCatalogs bitsinfo :
10
x-vnd.Haiku-bitsinfo
11
:
12
bitsinfo.cpp
13
;