repo.or.cz
/
k8-jellyphysics.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cosmetix
[k8-jellyphysics.git]
/
src
/
Jamfile
blob
547a7b6301b4444a38c1f3431a78bb1831376ed1
1
SubDir TOP src ;
2
3
4
C++Main test :
5
main.cpp
6
;
7
LinkLibraries test :
8
libjelly.a
9
libvideolib.a
10
;
11
12
13
SubInclude TOP src jelly ;
14
SubInclude TOP src videolib ;