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

Make static non-import libs have the "lib" prefix to conform to the bbv1 and auto-link existing practice.

[SVN r34446]
This commit is contained in:
Rene Rivera
2006-07-02 19:01:52 +00:00
parent 6774a1604e
commit d8053baead

View File

@@ -15,9 +15,11 @@ if [ os.on-unix ]
type STATIC_LIB : lib a : LIB : NT CYGWIN ;
type STATIC_LIB : a : LIB : MACOSX ;
type STATIC_LIB : a : LIB ;
type.set-generated-target-prefix STATIC_LIB : : lib ;
type IMPORT_LIB : : STATIC_LIB ;
type.set-generated-target-suffix IMPORT_LIB : : lib ;
type.set-generated-target-prefix IMPORT_LIB : : "" ;
type SHARED_LIB : dll : LIB : NT CYGWIN ;
type SHARED_LIB : dylib : LIB : MACOSX ;