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
/
compress
/
Jamfile
blob
a4189fd6a3476971285b94317d25cfc50006213f
1
SubDir HAIKU_TOP src bin compress ;
2
3
SubDirCcFlags -DSACREDMEM=256000 -D_FPOS_T -DUSERMEM=2097152 -DBEOS=1 -w ;
4
5
BinCommand compress :
6
compress.c
7
;