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

Adjust library suffixes for OSX.

[SVN r28631]
This commit is contained in:
Vladimir Prus
2005-05-03 14:58:24 +00:00
parent ef74b271d8
commit 9f47f9f9ff

View File

@@ -7,12 +7,14 @@ import type ; # for set-generated-target-suffix
type.register LIB ;
type STATIC_LIB : lib a : LIB : NT CYGWIN ;
type STATIC_LIB : lib : LIB : MACOSX ;
type STATIC_LIB : a : LIB ;
type IMPORT_LIB : : STATIC_LIB ;
type.set-generated-target-suffix IMPORT_LIB : : lib ;
type SHARED_LIB : dll : LIB : NT CYGWIN ;
type SHARED_LIB : dylib : LIB : MACOSX ;
type SHARED_LIB : so : LIB ;
type SEARCHED_LIB : : LIB ;