Update of /cvsroot/boost/boost/libs/xpressive/example
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9573

Modified Files:
        Jamfile.v2 
Log Message:
suppress secure CRT warnings for vc8

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/example/Jamfile.v2,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Jamfile.v2  6 Oct 2005 00:49:04 -0000       1.1
+++ Jamfile.v2  25 May 2007 00:29:27 -0000      1.2
@@ -2,6 +2,12 @@
 # Distributed under the Boost Software License, Version 1.0.
 # (See accompanying file LICENSE_1_0.txt or copy at 
http://www.boost.org/LICENSE_1_0.txt)
 
+project
+    : requirements
+        <toolset>msvc-8.0:<define>_SCL_SECURE_NO_DEPRECATE
+        
<toolset>msvc,<stdlib>stlport:<define>_STLP_EXPOSE_GLOBALS_IMPLEMENTATION
+    ;
+
 exe examples 
     :
         main.cpp


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to