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

Modified Files:
      Tag: RC_1_34_0
        Jamfile.v2 
Log Message:
work around stlport (mis)configuration issue

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/test/Jamfile.v2,v
retrieving revision 1.11.4.2
retrieving revision 1.11.4.3
diff -u -d -r1.11.4.2 -r1.11.4.3
--- Jamfile.v2  5 Nov 2006 17:34:45 -0000       1.11.4.2
+++ Jamfile.v2  12 Feb 2007 17:36:40 -0000      1.11.4.3
@@ -5,7 +5,11 @@
 # bring in rules for testing
 import testing ;
 
-project : requirements <toolset>intel:<debug-symbols>off ;
+project
+  : requirements
+        <toolset>intel:<debug-symbols>off
+        
<toolset>msvc,<stdlib>stlport:<define>_STLP_EXPOSE_GLOBALS_IMPLEMENTATION
+  ;
 
 test-suite "xpressive"
        : [ run regress.cpp ]
@@ -19,8 +23,8 @@
          [ run test7.cpp ]
          [ run test8.cpp ]
          [ run test9.cpp ]
-        [ run test10.cpp ]
-        [ run test11.cpp ]
+         [ run test10.cpp ]
+         [ run test11.cpp ]
          [ run test1u.cpp ]
          [ run test2u.cpp ]
          [ run test3u.cpp ]
@@ -30,8 +34,8 @@
          [ run test7u.cpp ]
          [ run test8u.cpp ]
          [ run test9u.cpp ]
-        [ run test10u.cpp ]
-        [ run test11u.cpp ]
+         [ run test10u.cpp ]
+         [ run test11u.cpp ]
          [ run misc1.cpp ]
          [ run misc2.cpp ]
          [ run test_cycles.cpp ]


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to