|
Boost-Commit : |
From: gennadiy.rozental_at_[hidden]
Date: 2007-10-18 17:53:14
Author: rogeeff
Date: 2007-10-18 17:53:14 EDT (Thu, 18 Oct 2007)
New Revision: 40166
URL: http://svn.boost.org/trac/boost/changeset/40166
Log:
included alias added
Text files modified:
trunk/libs/test/build/Jamfile.v2 | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
Modified: trunk/libs/test/build/Jamfile.v2
==============================================================================
--- trunk/libs/test/build/Jamfile.v2 (original)
+++ trunk/libs/test/build/Jamfile.v2 2007-10-18 17:53:14 EDT (Thu, 18 Oct 2007)
@@ -9,12 +9,11 @@
: requirements <link>shared:<define>BOOST_TEST_DYN_LINK=1
<toolset>msvc:<asynch-exceptions>on
<toolset>borland:<cxxflags>-w-8080
- # Disable Warning about boost::noncopyable not being exported
- <link>shared,<toolset>msvc:<cxxflags>-wd4275
- : usage-requirements
+ # Disable Warning about boost::noncopyable not being exported
+ <link>shared,<toolset>msvc:<cxxflags>-wd4275
+ : usage-requirements
<define>BOOST_TEST_NO_AUTO_LINK=1
<link>shared:<define>BOOST_TEST_DYN_LINK=1
-
# Disable Warning about boost::noncopyable not being exported
<link>shared,<toolset>msvc:<cxxflags>-wd4275
;
@@ -73,4 +72,8 @@
alias minimal : : : :
<toolset>msvc:<asynch-exceptions>on
- ;
\ No newline at end of file
+ ;
+
+alias included : : : :
+ <toolset>msvc:<asynch-exceptions>on
+ ;
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