*** empty log message ***

This commit is contained in:
Arvid Norberg 2004-07-25 21:44:53 +00:00
parent 7f21b35a33
commit 19cde897cc
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ import os ;
BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
ECHO "BOOST_ROOT =" $(BOOST_ROOT) ;
ECHO "OS =" [ os.name ] ;
use-project /boost/thread : $(BOOST_ROOT)/libs/thread/build ;
use-project /boost/filesystem : $(BOOST_ROOT)/libs/filesystem/build ;
use-project /boost/date_time : $(BOOST_ROOT)/libs/date_time/build ;