Always use lua_tonumber() for unsigned int/long.
[luabind.git] / examples / filesystem / Jamfile
blob37aa9b95f669f82cbbf9c3a6dd4e5bc84a531c98
1 import modules ;
3 BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
5 use-project /boost : $(BOOST_ROOT) ;
7 exe filesystem
8     : filesystem.cpp 
9       /boost/filesystem//boost_filesystem/<link>static
10       /luabind//luabind
11     ;