$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r57178 - sandbox/SOC/2009/fusion
From: mr.chr.schmidt_at_[hidden]
Date: 2009-10-27 14:54:42
Author: cschmidt
Date: 2009-10-27 14:54:41 EDT (Tue, 27 Oct 2009)
New Revision: 57178
URL: http://svn.boost.org/trac/boost/changeset/57178
Log:
cleanup
Removed:
   sandbox/SOC/2009/fusion/boost-build.jam
   sandbox/SOC/2009/fusion/build.bat
   sandbox/SOC/2009/fusion/project-root.jam
Deleted: sandbox/SOC/2009/fusion/boost-build.jam
==============================================================================
--- sandbox/SOC/2009/fusion/boost-build.jam	2009-10-27 14:54:41 EDT (Tue, 27 Oct 2009)
+++ (empty file)
@@ -1,9 +0,0 @@
-#==============================================================================
-#    Copyright (c) 2009 Christopher Schmidt
-#
-#   Use, modification and distribution is subject to 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)
-#==============================================================================
-
-boost-build $(BOOST_ROOT)/tools/build/v2 ;
Deleted: sandbox/SOC/2009/fusion/build.bat
==============================================================================
--- sandbox/SOC/2009/fusion/build.bat	2009-10-27 14:54:41 EDT (Tue, 27 Oct 2009)
+++ (empty file)
@@ -1,51 +0,0 @@
-_at_echo off
-rem ===========================================================================
-rem    Copyright (c) 2009 Christopher Schmidt
-rem
-rem   Use, modification and distribution is subject to the Boost Software
-rem   License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-rem   http://www.boost.org/LICENSE_1_0.txt)
-rem ===========================================================================
-
-rem (re-)set environment variables
-set BOOST_ROOT=d:/projekte/libs/boost/src
-set BOOST_INCLUDES_PATH=d:/projekte/libs/boost/bin/include/boost-1_41
-
-rem call toolset specific procedure
-if "%1" == "gcc4" (
-    call :gcc4
-) else (
-    if "%1" == "vc9" (
-        call :vc9
-    ) else (
-        if "%1" == "gcc3" (        
-            call :gcc3
-        ) else (
-            if "%1" == "" (
-                call :gcc4
-            ) else (
-                echo Unknown toolset '%1'
-                goto :eof
-            )
-        )
-    )
-)
-
-rem compile...
-%BOOST_ROOT%\bjam -sHOME="Z:\projekte\infrastructure\_gen\util\boost" --toolset=%TOOLSET% %2 %3 %4 %5 %6 %7 %8 %9
-goto :eof
-
-:gcc3
-set PATH=C:\Program Files (x86)\MinGWOld\bin;%PATH%
-set TOOLSET=gcc
-goto :eof
-
-:gcc4
-set PATH=C:\Program Files (x86)\MinGW\bin;%PATH%
-set TOOLSET=gcc
-goto :eof
-
-:vc9
-call "%VS90COMNTOOLS%..\..\VC\vcvarsall" x86
-set TOOLSET=msvc
-goto :eof
Deleted: sandbox/SOC/2009/fusion/project-root.jam
==============================================================================
--- sandbox/SOC/2009/fusion/project-root.jam	2009-10-27 14:54:41 EDT (Tue, 27 Oct 2009)
+++ (empty file)
@@ -1,27 +0,0 @@
-#==============================================================================
-#    Copyright (c) 2009 Christopher Schmidt
-#
-#   Use, modification and distribution is subject to 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)
-#==============================================================================
-
-import os ;
-local BOOST_INCLUDES_PATH = [ os.environ BOOST_INCLUDES_PATH ] ;
-
-project
-    : requirements <include>.
-                   <include>$(BOOST_INCLUDES_PATH)
-                   <define>BOOST_FUSION_ENABLE_STATIC_ASSERTS
-#                   <define>BOOST_FUSION_PREFER_MPL
-                   <toolset>gcc:<cxxflags>-std=c++0x
-    : build-dir ../bin
-    : default-build debug <link>shared <runtime-link>shared <threading>multi
-    ;
-
-build-project libs/fusion/example/test ;
-
-#build-project libs/fusion/doc ;
-#build-project libs/fusion/example/extension ;
-build-project libs/fusion/example/performance ;
-build-project libs/fusion/test ;
\ No newline at end of file