repo.or.cz
/
luabind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Always use lua_tonumber() for unsigned int/long.
[luabind.git]
/
examples
/
filesystem
/
Jamfile
blob
37aa9b95f669f82cbbf9c3a6dd4e5bc84a531c98
1
import modules ;
2
3
BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
4
5
use-project /boost : $(BOOST_ROOT) ;
6
7
exe filesystem
8
: filesystem.cpp
9
/boost/filesystem//boost_filesystem/<link>static
10
/luabind//luabind
11
;
12