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

Modified Files:
        common.jam stage.jam 
Log Message:
Don't include toolset version in libs built with bcb

Index: common.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/common.jam,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- common.jam  17 Oct 2006 01:59:50 -0000      1.51
+++ common.jam  21 Oct 2006 10:37:21 -0000      1.52
@@ -719,6 +719,14 @@
     {
         version = ;
     }
+    
+    # On borland, version is not added for compatibility
+    # with V1.
+    if $(tag) = bcb
+    {
+        version = ;
+    }
+        
     tag += $(version) ;
     
     return $(tag:J=) ;

Index: stage.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/stage.jam,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- stage.jam   14 Oct 2006 10:37:54 -0000      1.79
+++ stage.jam   21 Oct 2006 10:37:21 -0000      1.80
@@ -555,6 +555,13 @@
                 version = ;
             }
             
+            # On borland, version is not added for compatibility
+            # with V1.
+            if $(toolset-tag) = bcb
+            {
+                version = ;
+            }
+            
             toolset-tag += $(version) ;
         }
 


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