tcp: Fix 64 bit build with debugging features enabled.
[haiku.git] / src / bin / compress / Jamfile
bloba4189fd6a3476971285b94317d25cfc50006213f
1 SubDir HAIKU_TOP src bin compress ;
3 SubDirCcFlags -DSACREDMEM=256000 -D_FPOS_T -DUSERMEM=2097152 -DBEOS=1 -w ;
5 BinCommand compress : 
6         compress.c
7         ;