summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/IMPORTED_IMPLIB.rst13
1 files changed, 8 insertions, 5 deletions
diff --git a/Help/prop_tgt/IMPORTED_IMPLIB.rst b/Help/prop_tgt/IMPORTED_IMPLIB.rst
index 27601d2..1b4895a 100644
--- a/Help/prop_tgt/IMPORTED_IMPLIB.rst
+++ b/Help/prop_tgt/IMPORTED_IMPLIB.rst
@@ -6,11 +6,14 @@ Full path to the import library for an ``IMPORTED`` target.
This property may be set:
* On DLL platforms, to the location of the ``.lib`` part of the DLL.
-* On AIX, to an import file (e.g. ``.imp``) created for executables that export
- symbols (see the :prop_tgt:`ENABLE_EXPORTS` target property).
-* On macOS, to an import file (e.g. ``.tbd``) created for shared libraries (see
- the :prop_tgt:`ENABLE_EXPORTS` target property). For frameworks this is the
- location of the ``.tbd`` file symlink just inside the framework folder.
+* .. versionadded:: 3.16
+ On AIX, to an import file (e.g. ``.imp``) created for executables that
+ export symbols (see the :prop_tgt:`ENABLE_EXPORTS` target property).
+* .. versionadded:: 3.27
+ On macOS platforms, to an import file (e.g. ``.tbd``) created for shared
+ libraries (see the :prop_tgt:`ENABLE_EXPORTS` target property).
+ For frameworks this is the location of the ``.tbd`` file symlink just
+ inside the framework folder.
* .. versionadded:: 3.28
On non-DLL platforms, to the location of a shared library.
When set without also specifying an :prop_tgt:`IMPORTED_LOCATION`,