|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r52373 - trunk
From: ghost_at_[hidden]
Date: 2009-04-13 17:32:39
Author: vladimir_prus
Date: 2009-04-13 17:32:38 EDT (Mon, 13 Apr 2009)
New Revision: 52373
URL: http://svn.boost.org/trac/boost/changeset/52373
Log:
Fix typo in error message
Text files modified:
trunk/Jamroot | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/Jamroot
==============================================================================
--- trunk/Jamroot (original)
+++ trunk/Jamroot 2009-04-13 17:32:38 EDT (Mon, 13 Apr 2009)
@@ -159,7 +159,7 @@
if <link>shared in $(properties) && <runtime-link>static in $(properties) &&
! ( <toolset>cw in $(properties) )
{
- ECHO "error: link=static together with runtime=link is not allowed" ;
+ ECHO "error: link=shared together with runtime-link=static is not allowed" ;
ECHO "error: such property combination is either impossible " ;
ECHO "error: or too dangerious to be of any use" ;
EXIT ;
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