Update of /cvsroot/boost/boost/libs/wave/samples/cpp_tokens/build
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11402/libs/wave/samples/cpp_tokens/build

Modified Files:
        Jamfile.v2 
Log Message:
Wave: fix for RTTI problem when using VC7.1/STLport.

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/samples/cpp_tokens/build/Jamfile.v2,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Jamfile.v2  20 Dec 2006 16:55:54 -0000      1.9
+++ Jamfile.v2  20 Feb 2007 22:07:51 -0000      1.10
@@ -29,6 +29,8 @@
 for local source in $(SOURCES)
 {
     local requirements ;
-    requirements += <toolset-msvc:version>7.1:<rtti>off ; # workaround for 
compiler bug
+    # workaround for compiler bug
+    requirements += <toolset-msvc:version>7.1:<rtti>off ;
+    requirements += <toolset-msvc:version>7.1_stlport4:<rtti>off ;
     obj $(source) : $(source).cpp : $(requirements) ;
 }


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to