Update of /cvsroot/boost/boost
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31969

Modified Files:
      Tag: RC_1_34_0
        Jamfile.v2 
Log Message:
Fix Ticket #966.

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/Jamfile.v2,v
retrieving revision 1.32.2.1.2.22
retrieving revision 1.32.2.1.2.23
diff -u -d -r1.32.2.1.2.22 -r1.32.2.1.2.23
--- Jamfile.v2  11 May 2007 03:40:34 -0000      1.32.2.1.2.22
+++ Jamfile.v2  25 May 2007 17:56:39 -0000      1.32.2.1.2.23
@@ -407,7 +407,8 @@
             {
                 noversion-file = 
                   [ MATCH "(.*)-[0-9_]+([.]so)[.0-9]*" : $(name) ] 
-                  [ MATCH "(.*)-[0-9_]+([.]a)" : $(name) ] ;
+                  [ MATCH "(.*)-[0-9_]+([.]a)" : $(name) ] 
+                  [ MATCH "(.*)-[0-9_]+([.]dll[.]a)" : $(name) ] ;
             }
                         
             local new-name = 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to