Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25319

Modified Files:
      Tag: RC_1_34_0
        msvc.jam 
Log Message:
Merge: Followup fix

Index: msvc.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/msvc.jam,v
retrieving revision 1.76.2.8
retrieving revision 1.76.2.9
diff -u -d -r1.76.2.8 -r1.76.2.9
--- msvc.jam    23 Oct 2006 18:20:17 -0000      1.76.2.8
+++ msvc.jam    23 Oct 2006 18:23:00 -0000      1.76.2.9
@@ -703,7 +703,7 @@
 
 actions compile-c-c++-pch
 {
-    $(.CC) @"@($(<[1]:W).rsp:E="$(>[2]:W)" -Fo"$(<[2]:W)" -Yc"$(>[1]:D=)" 
-Yl"__bjam_pch_symbol_$(>[1]:D=)" -Fp"$(<[1]:W)" $(CC_RSPLINE))" 
"@($(<[1]:W).cpp:E=#include $(quote)$(>[1]:D)$(quote))"
+    $(.CC) @"@($(<[1]:W).rsp:E="$(>[2]:W)" -Fo"$(<[2]:W)" -Yc"$(>[1]:D=)" 
-Yl"__bjam_pch_symbol_$(>[1]:D=)" -Fp"$(<[1]:W)" $(CC_RSPLINE))" 
"@($(<[1]:W).cpp:E=#include $(quote)$(>[1]:D=)$(quote))"
 }
 
 rule compile.c.pch ( targets + : sources * : properties * )


-------------------------------------------------------------------------
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