From aa5bb27015748d868a7c8b661872defe33709c2c Mon Sep 17 00:00:00 2001 From: Roland Schwarz Date: Sun, 2 Sep 2007 15:57:36 +0000 Subject: [PATCH] Merged in volodyas patch from RC_1_34_0 http://lists.boost.org/boost-users/2007/05/27724.php [SVN r39106] --- Jamroot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jamroot b/Jamroot index f878663382..5d2d3e8e7f 100644 --- a/Jamroot +++ b/Jamroot @@ -402,7 +402,8 @@ if $(layout-versioned) { 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 =