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
tcp: Fix 64 bit build with debugging features enabled.
[haiku.git]
/
src
/
bin
/
zic
/
Jamfile
blob
609ecda4106a3d8b0da1ec26098e6e6fccb32d8f
1
SubDir HAIKU_TOP src bin zic ;
2
3
SubDirCcFlags -DNOID -DHAVE_STDINT_H=0 ;
4
5
UsePrivateHeaders [ FDirName libroot time ] ;
6
7
BuildPlatformMain zic :
8
zic.c
9
scheck.c
10
ialloc.c
11
;
12
13
BuildPlatformMain zdump :
14
zdump.c
15
ialloc.c
16
;