2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

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.


[SVN r57816]
This commit is contained in:
Vladimir Prus
2009-11-20 13:25:25 +00:00
parent 2f38819a96
commit 93976ee33a

View File

@@ -16,6 +16,7 @@ type.set-generated-target-prefix LIB : <target-os>cygwin : "cyg" ;
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 ;