|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r49184 - trunk/tools/wave/build
From: juergen.hunold_at_[hidden]
Date: 2008-10-08 14:25:56
Author: jhunold
Date: 2008-10-08 14:25:56 EDT (Wed, 08 Oct 2008)
New Revision: 49184
URL: http://svn.boost.org/trac/boost/changeset/49184
Log:
Disable MS "secure" STL and C-Runtime warnings unconditionally for all compiler versions.
Text files modified:
trunk/tools/wave/build/Jamfile.v2 | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Modified: trunk/tools/wave/build/Jamfile.v2
==============================================================================
--- trunk/tools/wave/build/Jamfile.v2 (original)
+++ trunk/tools/wave/build/Jamfile.v2 2008-10-08 14:25:56 EDT (Wed, 08 Oct 2008)
@@ -9,8 +9,9 @@
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
project
- :
- requirements
+ : requirements
+ <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE
+ <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE
;
exe wave
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