summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-08-23 20:13:34 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-08-23 20:13:34 (GMT)
commit499bd45d4dfb51e5a9ae2b530e7d7fc61bfaefbd (patch)
treef0eda3904e38f56478c968ff6a1f2a91254cf240 /Source/cmStandardIncludes.h
parentd7f1a49006c2c2c82fe799bd2141873aceb6a585 (diff)
downloadCMake-499bd45d4dfb51e5a9ae2b530e7d7fc61bfaefbd.zip
CMake-499bd45d4dfb51e5a9ae2b530e7d7fc61bfaefbd.tar.gz
CMake-499bd45d4dfb51e5a9ae2b530e7d7fc61bfaefbd.tar.bz2
removed shared lib support
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r--Source/cmStandardIncludes.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h
index 942f53b..224e196 100644
--- a/Source/cmStandardIncludes.h
+++ b/Source/cmStandardIncludes.h
@@ -21,17 +21,6 @@
#ifndef cmStandardIncludes_h
#define cmStandardIncludes_h
-/* CM_EXPORT is used by the plugin API */
-#ifdef _WIN32
-#ifdef CMakeLib_EXPORTS
- #define CM_EXPORT __declspec( dllexport )
-#else
- #define CM_EXPORT __declspec( dllimport )
-#endif
-#else
-#define CM_EXPORT
-#endif
-
// include configure generated header to define
// CMAKE_NO_ANSI_STREAM_HEADERS and CMAKE_NO_STD_NAMESPACE
#if defined(CMAKE_HAS_AUTOCONF) || defined(CMAKE_BUILD_WITH_CMAKE)