Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71287 - trunk/libs/math/example
From: pbristow_at_[hidden]
Date: 2011-04-15 11:10:39


Author: pbristow
Date: 2011-04-15 11:10:39 EDT (Fri, 15 Apr 2011)
New Revision: 71287
URL: http://svn.boost.org/trac/boost/changeset/71287

Log:
 nonfinite examples two serialization examples now to link OK).
Text files modified:
   trunk/libs/math/example/Jamfile.v2 | 8 ++++++--
   1 files changed, 6 insertions(+), 2 deletions(-)

Modified: trunk/libs/math/example/Jamfile.v2
==============================================================================
--- trunk/libs/math/example/Jamfile.v2 (original)
+++ trunk/libs/math/example/Jamfile.v2 2011-04-15 11:10:39 EDT (Fri, 15 Apr 2011)
@@ -16,6 +16,10 @@
       <toolset>intel:<cxxflags>-Qwd264,239
       <toolset>msvc:<warnings>all
       <toolset>msvc:<asynch-exceptions>on
+ <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE
+ <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE
+ <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS
+ <toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS
       <toolset>msvc:<cxxflags>/wd4996
       <toolset>msvc:<cxxflags>/wd4512
       <toolset>msvc:<cxxflags>/wd4610
@@ -59,11 +63,11 @@
 
 run nonfinite_num_facet.cpp ;
 run nonfinite_facet_simple.cpp ;
-run nonfinite_num_facet_serialization.cpp ;
+run nonfinite_num_facet_serialization.cpp ../../serialization/build//boost_serialization ;
 # run lexical_cast_native.cpp ; # Expected to fail on some (but not all) platforms.
 run lexical_cast_nonfinite_facets.cpp ;
 run nonfinite_loopback_ok.cpp ;
-run nonfinite_serialization_archives.cpp ;
+run nonfinite_serialization_archives.cpp ../../serialization/build//boost_serialization ;
 run nonfinite_facet_sstream.cpp ;
 
 run normal_misc_examples.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