Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49411 - sandbox/SOC/2006/process/trunk/libs/process/test
From: jmmv84_at_[hidden]
Date: 2008-10-20 19:32:30


Author: jmmv
Date: 2008-10-20 19:32:30 EDT (Mon, 20 Oct 2008)
New Revision: 49411
URL: http://svn.boost.org/trac/boost/changeset/49411

Log:
Fix paths to helpers. This is a huge hack that will eventually break.

Text files modified:
   sandbox/SOC/2006/process/trunk/libs/process/test/misc.hpp | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: sandbox/SOC/2006/process/trunk/libs/process/test/misc.hpp
==============================================================================
--- sandbox/SOC/2006/process/trunk/libs/process/test/misc.hpp (original)
+++ sandbox/SOC/2006/process/trunk/libs/process/test/misc.hpp 2008-10-20 19:32:30 EDT (Mon, 20 Oct 2008)
@@ -38,11 +38,11 @@
     boost::filesystem::path hp = boost::filesystem::initial_path();
 
 #if defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
- hp /= "./bin/msvc/debug/link-static/runtime-link-static/helpers.exe";
+ hp /= "./bin/msvc-8.0/debug/link-static/runtime-link-static/helpers.exe";
 #elif defined(__APPLE__)
- hp /= "./bin/darwin/debug/link-static/runtime-link-static/helpers";
+ hp /= "./bin/darwin-4.0.1/debug/link-static/runtime-link-static/helpers";
 #else
- hp /= "./bin/gcc/debug/link-static/runtime-link-static/helpers";
+ hp /= "./bin/gcc-4.3.0/debug/link-static/runtime-link-static/helpers";
 #endif
 
     BOOST_REQUIRE(boost::filesystem::exists(hp));


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