$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: lists.drrngrvy_at_[hidden]
Date: 2008-06-02 19:10:11
Author: drrngrvy
Date: 2008-06-02 19:10:10 EDT (Mon, 02 Jun 2008)
New Revision: 46064
URL: http://svn.boost.org/trac/boost/changeset/46064
Log:
fixes last two commits.
Text files modified:
sandbox/SOC/2007/cgi/trunk/libs/cgi/example/xcgi/Jamfile.v2 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/SOC/2007/cgi/trunk/libs/cgi/example/xcgi/Jamfile.v2
==============================================================================
--- sandbox/SOC/2007/cgi/trunk/libs/cgi/example/xcgi/Jamfile.v2 (original)
+++ sandbox/SOC/2007/cgi/trunk/libs/cgi/example/xcgi/Jamfile.v2 2008-06-02 19:10:10 EDT (Mon, 02 Jun 2008)
@@ -7,13 +7,13 @@
project boost/cgi/example/xcgi ;
# By default, just build the examples
-build-project hello_world ;
+build-project basic ;
build-project server1 ;
# If the user explicitly passes "install" on the command line, build the
alias install
:
- hello_world//install
+ basic//install
server1//install
;