Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57816 - trunk/tools/build/v2/tools/types
From: ghost_at_[hidden]
Date: 2009-11-20 08:25:26


Author: vladimir_prus
Date: 2009-11-20 08:25:25 EST (Fri, 20 Nov 2009)
New Revision: 57816
URL: http://svn.boost.org/trac/boost/changeset/57816

Log:
Use libwhatever.a naming for static libraries on mingw, as that matches
how all libraries shipped with mingw are named. Further, we previously
used libwhatever.lib, and the linker never searched for this spelling.

Text files modified:
   trunk/tools/build/v2/tools/types/lib.jam | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/tools/build/v2/tools/types/lib.jam
==============================================================================
--- trunk/tools/build/v2/tools/types/lib.jam (original)
+++ trunk/tools/build/v2/tools/types/lib.jam 2009-11-20 08:25:25 EST (Fri, 20 Nov 2009)
@@ -16,6 +16,7 @@
 type.register STATIC_LIB : a lib : LIB ;
 
 type.set-generated-target-suffix STATIC_LIB : <target-os>windows : lib ;
+type.set-generated-target-suffix STATIC_LIB : <toolset>gcc <target-os>windows : a ;
 type.set-generated-target-suffix STATIC_LIB : <target-os>cygwin : lib ;
 type.set-generated-target-prefix STATIC_LIB : : lib ;
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk