repo.or.cz
/
tairent.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add main page for Doxygen generated documentation.
[tairent.git]
/
src
/
core
/
Jamfile
blob
df0e7d9da83a481a0ba81040e26d86a925ca79df
1
SubDir TOP src core ;
2
3
SHAREDLIBS = tairon tairon-crypto-sha1 tairon-net-core tairon-util-object ;
4
5
Main tairent :
6
main.cpp
7
bencode.cpp
8
bitfield.cpp
9
netthread.cpp
10
;
11
12
MakeLocate tairent : $(BINDIR) ;
13
14
# vim: syntax=jam ai sw=4 ts=4 noet fdm=marker