path-constant BOOST_ROOT : F:/guido/env/tree/boost/boost_1_34_0 ; path-constant BOOST_INSTALL_ROOT : F:/guido/env/tree/boost/install ; path-constant ASIO_FLAT_ROOT : F:/guido/env/tree/asio/asio-0.3.7 ; path-constant ASIO_BOOST_ROOT : F:/guido/env/tree/asio/boost_asio_0_3_7 ; use-project boost : $(BOOST_ROOT) ; #by the way "use-project /boost : $(BOOST_ROOT) ;" better? project timer1 : requirements $(ASIO_BOOST_ROOT) $(BOOST_INSTALL_ROOT)/include/boost-1_34 /boost/date_time//boost_date_time CRT_NONSTDC_NO_DEPRECATE ; exe t1 : t1.cpp /boost//date_time : /LIBPATH:$(BOOST_INSTALL_ROOT)/LIB ; ECHO /LIBPATH:$(BOOST_INSTALL_ROOT)/LIB is needed how how about some workaround ;