diff options
author | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2015-11-11 04:37:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-11-23 15:04:10 (GMT) |
commit | 5d74c870d907eed9afc9c544e7e6786fd1ea53c8 (patch) | |
tree | 8d100076f15b2f656f0cc28a27d110bab00b9d22 /Help/prop_tgt/ENABLE_EXPORTS.rst | |
parent | dbef2244f97e266896f71729d0de5eeb80c1c5f9 (diff) | |
download | CMake-5d74c870d907eed9afc9c544e7e6786fd1ea53c8.zip CMake-5d74c870d907eed9afc9c544e7e6786fd1ea53c8.tar.gz CMake-5d74c870d907eed9afc9c544e7e6786fd1ea53c8.tar.bz2 |
Help: Update documentation to reflect support for iOS
Many of our interfaces documented for OS X also work for iOS.
Diffstat (limited to 'Help/prop_tgt/ENABLE_EXPORTS.rst')
-rw-r--r-- | Help/prop_tgt/ENABLE_EXPORTS.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/ENABLE_EXPORTS.rst b/Help/prop_tgt/ENABLE_EXPORTS.rst index dfd4af7..9e22309 100644 --- a/Help/prop_tgt/ENABLE_EXPORTS.rst +++ b/Help/prop_tgt/ENABLE_EXPORTS.rst @@ -12,9 +12,9 @@ dependency on the executable is created for targets that link to it. For DLL platforms an import library will be created for the exported symbols and then used for linking. All Windows-based systems including Cygwin are DLL platforms. For non-DLL platforms that -require all symbols to be resolved at link time, such as Mac OS X, the +require all symbols to be resolved at link time, such as OS X, the module will "link" to the executable using a flag like -"-bundle_loader". For other non-DLL platforms the link rule is simply +``-bundle_loader``. For other non-DLL platforms the link rule is simply ignored since the dynamic loader will automatically bind symbols when the module is loaded. |