blob: bd012503785d882749dfe2ab807bc03b312c5c59 (
plain)
1
2
3
4
5
6
7
8
9
|
IMPORT_SUFFIX
-------------
What comes after the import library name.
Similar to the target property SUFFIX, but used for import libraries
(typically corresponding to a DLL) instead of regular libraries. A
target property that can be set to override the suffix (such as
".lib") on an import library name.
|