|
Boost-Commit : |
From: bdawes_at_[hidden]
Date: 2007-09-26 20:22:17
Author: bemandawes
Date: 2007-09-26 20:22:16 EDT (Wed, 26 Sep 2007)
New Revision: 39561
URL: http://svn.boost.org/trac/boost/changeset/39561
Log:
Get rid of <runtime-link>static. Appears to cause problems on Sun and perhaps other Unix boxes.
Text files modified:
trunk/libs/filesystem/test/Jamfile.v2 | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
Modified: trunk/libs/filesystem/test/Jamfile.v2
==============================================================================
--- trunk/libs/filesystem/test/Jamfile.v2 (original)
+++ trunk/libs/filesystem/test/Jamfile.v2 2007-09-26 20:22:16 EDT (Wed, 26 Sep 2007)
@@ -14,7 +14,7 @@
test-suite "filesystem" :
[ run path_test.cpp
: : : <define>BOOST_FILESYSTEM_STATIC_LINK
- <runtime-link>static <link>static
+ <link>static
]
[ run path_test.cpp ../../system/build
: : : <define>BOOST_FILESYSTEM_DYN_LINK <define>BOOST_SYSTEM_DYN_LINK
@@ -22,27 +22,27 @@
]
[ run operations_test.cpp
: : : <define>BOOST_FILESYSTEM_STATIC_LINK
- <runtime-link>static <link>static
+ <link>static
]
[ run operations_test.cpp ../../system/build
: : : <define>BOOST_FILESYSTEM_DYN_LINK <define>BOOST_SYSTEM_DYN_LINK
- : operations_test_dll
+ : operations_test_dll
]
[ run fstream_test.cpp
: : : <define>BOOST_FILESYSTEM_STATIC_LINK
- <runtime-link>static <link>static
+ <link>static
]
[ run convenience_test.cpp
: : : <define>BOOST_FILESYSTEM_STATIC_LINK
- <runtime-link>static <link>static
+ <link>static
]
[ run large_file_support_test.cpp
: : : <define>BOOST_FILESYSTEM_STATIC_LINK
- <runtime-link>static <link>static
+ <link>static
]
[ run wide_test.cpp
: : : <define>BOOST_FILESYSTEM_STATIC_LINK
- <runtime-link>static <link>static
+ <link>static
]
[ compile ../example/mbcopy.cpp ]
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