Boost logo

Boost-Commit :

From: lists.drrngrvy_at_[hidden]
Date: 2008-06-02 19:06:45


Author: drrngrvy
Date: 2008-06-02 19:06:45 EDT (Mon, 02 Jun 2008)
New Revision: 46063
URL: http://svn.boost.org/trac/boost/changeset/46063

Log:
Fix from last commit.
Added:
   sandbox/SOC/2007/cgi/trunk/libs/cgi/example/xcgi/Jamfile.v2 (contents, props changed)

Added: sandbox/SOC/2007/cgi/trunk/libs/cgi/example/xcgi/Jamfile.v2
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/cgi/trunk/libs/cgi/example/xcgi/Jamfile.v2 2008-06-02 19:06:45 EDT (Mon, 02 Jun 2008)
@@ -0,0 +1,20 @@
+# Copyright (c) 2007, 2008 Darren Garvey
+#
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or copy
+# at http://www.boost.org/LICENSE_1_0.txt)
+
+project boost/cgi/example/xcgi ;
+
+# By default, just build the examples
+build-project hello_world ;
+build-project server1 ;
+
+# If the user explicitly passes "install" on the command line, build the
+alias install
+ :
+ hello_world//install
+ server1//install
+ ;
+
+explicit install ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk