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

Use .dll extension for shared libraries on cygwin. Fixes #2734

[SVN r51241]
This commit is contained in:
Steven Watanabe
2009-02-13 20:51:25 +00:00
parent 1b9601f79d
commit 8d541bc844

View File

@@ -25,6 +25,7 @@ type.set-generated-target-prefix IMPORT_LIB : : "" ;
type.register SHARED_LIB : so dll dylib : LIB ;
type.set-generated-target-suffix SHARED_LIB : <target-os>windows : dll ;
type.set-generated-target-suffix SHARED_LIB : <target-os>cygwin : dll ;
type.set-generated-target-suffix SHARED_LIB : <target-os>darwin : dylib ;
type SEARCHED_LIB : : LIB ;