Update of /cvsroot/boost/boost/libs/wave/build
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22241/libs/wave/build
Modified Files:
Tag: RC_1_34_0
Jamfile.v2
Log Message:
Wave: fix for RTTI problem when using VC7.1/STLport.
Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/build/Jamfile.v2,v
retrieving revision 1.10.2.3
retrieving revision 1.10.2.4
diff -u -d -r1.10.2.3 -r1.10.2.4
--- Jamfile.v2 20 Dec 2006 16:38:24 -0000 1.10.2.3
+++ Jamfile.v2 20 Feb 2007 21:15:55 -0000 1.10.2.4
@@ -37,7 +37,11 @@
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 ;
+
if $(source) in cpplexer/re2clex/cpp_re
{
requirements += <warnings>off ;
-------------------------------------------------------------------------
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