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
/
bin
/
mail_utils
/
Jamfile
blob
d8c87e02a6bb09f0d76991c3e9e595e5d39eaee0
1
SubDir HAIKU_TOP src bin mail_utils ;
2
3
SetSubDirSupportedPlatformsBeOSCompatible ;
4
5
UsePrivateHeaders mail ;
6
7
StdBinCommands
8
mail.cpp
9
: be mail
10
: mail.rdef
11
;
12
13
StdBinCommands
14
mail2mbox.cpp
15
: be
16
: mail2mbox.rdef
17
;
18
19
StdBinCommands
20
mbox2mail.cpp
21
: be libmail.so
22
: mbox2mail.rdef
23
;
24
25
StdBinCommands
26
spamdbm.cpp
27
: be tracker [ TargetLibstdc++ ] libmail.so
28
: spamdbm.rdef
29
;