From 6ac50df591b39a5fb9fcaac6ff2678127b86ef22 Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Sat, 9 Dec 2023 15:10:25 +1100 Subject: Help: Add missing versionadded directives for IMPORTED_IMPLIB --- Help/prop_tgt/IMPORTED_IMPLIB.rst | 13 ++++++++----- 1 file 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`, -- cgit v0.12