Print the include path in native format.

[SVN r83782]
This commit is contained in:
Steven Watanabe 2013-04-06 21:47:20 +00:00
parent 81667e064e
commit 4744781a19

View file

@ -500,13 +500,14 @@ rule post-build ( ok ? )
{
if $(ok)
{
local include-path = [ path.native $(BOOST_ROOT) ] ;
ECHO "
The Boost C++ Libraries were successfully built!
The following directory should be added to compiler include paths:
$(BOOST_ROOT)
$(include-path)
The following directory should be added to linker library paths: