summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileGenerator.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/cmMakefileGenerator.h
parentd7f1a49006c2c2c82fe799bd2141873aceb6a585 (diff)
downloadCMake-499bd45d4dfb51e5a9ae2b530e7d7fc61bfaefbd.zip
CMake-499bd45d4dfb51e5a9ae2b530e7d7fc61bfaefbd.tar.gz
CMake-499bd45d4dfb51e5a9ae2b530e7d7fc61bfaefbd.tar.bz2
removed shared lib support
Diffstat (limited to 'Source/cmMakefileGenerator.h')
-rw-r--r--Source/cmMakefileGenerator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmMakefileGenerator.h b/Source/cmMakefileGenerator.h
index d3193c8..e00e86f 100644
--- a/Source/cmMakefileGenerator.h
+++ b/Source/cmMakefileGenerator.h
@@ -36,9 +36,9 @@ public:
///! Register a generator
static void RegisterGenerator(cmMakefileGenerator*);
///! delete all registered generators, useful for clean up
- CM_EXPORT static void UnRegisterGenerators();
+ static void UnRegisterGenerators();
///! Get the names of the current registered generators
- CM_EXPORT static void GetRegisteredGenerators(std::vector<std::string>& names);
+ static void GetRegisteredGenerators(std::vector<std::string>& names);
///! Get the name for the generator.
virtual const char* GetName() = 0;