$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: asutton_at_[hidden]
Date: 2008-08-12 07:50:30
Author: asutton
Date: 2008-08-12 07:50:30 EDT (Tue, 12 Aug 2008)
New Revision: 48099
URL: http://svn.boost.org/trac/boost/changeset/48099
Log:
Removing a couple files from the build for a little while.
Text files modified:
sandbox/SOC/2008/graphs/trunk/libs/graphs/Jamfile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/SOC/2008/graphs/trunk/libs/graphs/Jamfile
==============================================================================
--- sandbox/SOC/2008/graphs/trunk/libs/graphs/Jamfile (original)
+++ sandbox/SOC/2008/graphs/trunk/libs/graphs/Jamfile 2008-08-12 07:50:30 EDT (Tue, 12 Aug 2008)
@@ -17,6 +17,6 @@
exe propmaps : propmaps.cpp ;
-exe bfs : bfs.cpp ;
-exe dfs : dfs.cpp ;
+# exe bfs : bfs.cpp ;
+# exe dfs : dfs.cpp ;
exe search : search.cpp ;
\ No newline at end of file