From 4dc7ff2cdee5847ff53f2acaa99ccdf365490a2a Mon Sep 17 00:00:00 2001 From: Toon Knapen Date: Fri, 27 Sep 2002 17:42:38 +0000 Subject: [PATCH] added B_ROOT include path to include root of boost (not sandbox) project [SVN r546] --- build/Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/Jamfile b/build/Jamfile index 0abe55a..bfe771e 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -6,5 +6,6 @@ SOURCES = exception operations_posix_windows path_posix_windows ; lib fs : ../src/$(SOURCES).cpp : $(BOOST_ROOT) $(BOOST_ROOT) + $(B_ROOT) : debug release - ; \ No newline at end of file + ;