added B_ROOT include path to include root of boost (not sandbox) project

[SVN r546]
This commit is contained in:
Toon Knapen
2002-09-27 17:42:38 +00:00
parent 5b3c93e381
commit 4dc7ff2cde

View File

@@ -6,5 +6,6 @@ SOURCES = exception operations_posix_windows path_posix_windows ;
lib fs : ../src/$(SOURCES).cpp
: <include>$(BOOST_ROOT) <sysinclude>$(BOOST_ROOT)
<include>$(B_ROOT)
: debug release
;
;