diff options
author | Brad King <brad.king@kitware.com> | 2006-03-16 22:09:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-03-16 22:09:08 (GMT) |
commit | 1d38a3e09e071e16c38d46a7bd67e1730bbee7ab (patch) | |
tree | a360c2271b2b50ee53bf7c7cb1b2608060a3dc5c /Source/cmDynamicLoader.h | |
parent | dbe7d397381cba4c3f180f39f377b8b7236b679f (diff) | |
download | CMake-1d38a3e09e071e16c38d46a7bd67e1730bbee7ab.zip CMake-1d38a3e09e071e16c38d46a7bd67e1730bbee7ab.tar.gz CMake-1d38a3e09e071e16c38d46a7bd67e1730bbee7ab.tar.bz2 |
BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and CMAKE_SHARED_MODULE_SUFFIX for loaded commands in favor of using the settings from the platform files.
Diffstat (limited to 'Source/cmDynamicLoader.h')
-rw-r--r-- | Source/cmDynamicLoader.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmDynamicLoader.h b/Source/cmDynamicLoader.h index 29b6669..0b683ef 100644 --- a/Source/cmDynamicLoader.h +++ b/Source/cmDynamicLoader.h @@ -37,14 +37,6 @@ public: static cmsys::DynamicLoader::LibraryHandle OpenLibrary(const char*); // Description: - // Return the library prefix for the given architecture - static const char* LibPrefix(); - - // Description: - // Return the library extension for the given architecture - static const char* LibExtension(); - - // Description: // Flush the cache of dynamic loader. static void FlushCache(); |