$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r55110 - branches/release/libs/math/test
From: john_at_[hidden]
Date: 2009-07-23 05:45:33
Author: johnmaddock
Date: 2009-07-23 05:45:33 EDT (Thu, 23 Jul 2009)
New Revision: 55110
URL: http://svn.boost.org/trac/boost/changeset/55110
Log:
Disable pch usage for msvc-7.1.
Text files modified:
branches/release/libs/math/test/Jamfile.v2 | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: branches/release/libs/math/test/Jamfile.v2
==============================================================================
--- branches/release/libs/math/test/Jamfile.v2 (original)
+++ branches/release/libs/math/test/Jamfile.v2 2009-07-23 05:45:33 EDT (Thu, 23 Jul 2009)
@@ -32,6 +32,7 @@
<toolset>msvc:<cxxflags>/wd4127
<toolset>msvc:<cxxflags>/wd4701 # needed for lexical cast - temporary.
<toolset>msvc-7.1:<source>../vc71_fix//vc_fix
+ <toolset>msvc-7.1:<pch>off
<toolset>borland:<link>static
<toolset>borland:<runtime-link>static
# <toolset>msvc:<cxxflags>/wd4506 has no effect?